The Common Language Runtime

A language runtime is what allows an application to run on a target computer; it consists of code that is shared among all applications developed using a supported language. A runtime contains the “guts” of language code, such as code that draws forms to the screen, handles user input, and manages data. The runtime of .NET is called the common language runtime.

Unlike runtimes for other languages, the common language runtime is designed as a multilanguage runtime. For example, both Visual C# .NET and Visual Basic .NET use the common language runtime. In fact, currently more than a few dozen language compilers are being developed to use the common language runtime.

Because all .NET languages share the common language ...

Get Sams Teach Yourself Microsoft® Visual C#™ .NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.