show/hide this revision's text 2 added 340 characters in body

A .NET application must run over the Common Language Runtime (CLR).

The CLR is Microsoft's implementation of the CLI standard. (And there are other implementations of the CLR beside the Microsoft .NET Framework i.e.: Mono, Portable.NET).

The CLR executes a type of bytecode known as the Common Intermediate Language (CIL).

CIL

show/hide this revision's text 1

A .NET application must run over the Common Language Runtime (CLR).

The CLR is Microsoft's implementation of the CLI standard. The CLR executes a type of bytecode known as the Common Intermediate Language (CIL).

CIL