Abbreviation of - COMMON LANGUAGE RUNTIME

Full from of CLR

What is the Full from of CLR

The full from of CLR is Common Language Runtime

The Common Language Runtime (CLR), the virtual machine component of Microsoft's .NET framework, manages the execution of .NET programs. Just-in-time compilation converts the managed code (compiled intermediate language code), into machine instructions which are then executed on the CPU of the computer.