CLR
Short for Common Language Runtime, CLR is the virtual machine that is part of the Microsoft .NET framework. It takes Common Intermediate Language (CIL) code (bytecode from compiled C#, VB.NET or other .NET source code) and converts it to machine native code.
- Additional information on CLR can be found on the Common Language Runtime site from Microsoft.
Also see: Programming definitions
