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:
“There comes Poe, with his raven, like Barnaby Rudge,
Three-fifths of him genius, and two-fifths sheer fudge.
Who talks like a book of iambs and pentameters,
In a way to make people of common sense damn metres,
Who has written some things quite the best of their kind,
But the heart somehow seems all squeezed out by the mind.”
—James Russell Lowell (18191891)
“It is not the language of painters but the language of nature which one should listen to.... The feeling for the things themselves, for reality, is more important than the feeling for pictures.”
—Vincent Van Gogh (18531890)