Common Language Runtime


The Common Language Runtime, the virtual machine component of Microsoft.NET framework, manages the execution of.NET programs. Just-in-time compilation converts the managed code, into machine instructions which are then executed on the CPU of the computer. The CLR provides additional services including memory management, type safety, exception handling, garbage collection, security and thread management. All programs written for the.NET framework, regardless of programming language, are executed by the CLR. All versions of the.NET framework include CLR. The CLR team was started June 13, 1998.
CLR implements the Virtual Execution System as defined in the Common Language Infrastructure standard, initially developed by Microsoft itself. A public standard defines the Common Language Infrastructure specification.
With Microsoft's move to.NET Core, the CLI VES implementation is known as CoreCLR instead of CLR.
CLR version.NET version
1.01.0
1.11.1
2.02.0, 3.0, 3.5
44, 4.5, 4.6, 4.7, 4.8