The Common Language Runtime (CLR) is the virtual machine component of Microsoft's .NET framework and is responsible for managing the execution of .NET programs. In a process known as Just-in-time compilation, the compiled code is converted into machine instructions that, in turn, are executed by the computer's CPU. The CLR provides additional services including memory management, type safety and exception handling. All programs written for the .NET framework, regardless of programming language, are executed by the CLR. It provides exception handling, garbage collection and thread management. CLR is common to all versions of the .NET framework.
The CLR is Microsoft's implementation of the Common Language Infrastructure (CLI) standard.
Famous quotes containing the words common and/or language:
“The moment the very name of Ireland is mentioned, the English seem to bid adieu to common feeling, common prudence, and common sense, and to act with the barbarity of tyrants, and the fatuity of idiots.”
—Sydney Smith (17711845)
“This is an approach to that universal language which men have sought in vain.”
—Henry David Thoreau (18171862)