What is Common Language Runtime (CLR)?

Experience Level: Not defined
Tags: .NET

Answer

Common Language Runtime (CLR) is the run-time execution enviroment of .NET Framework that manages the execution of .NET programs. Conversion of MSIL into platform/OS specific code is done by the CLR.

Comments

No Comments Yet.
Be the first to tell us what you think.