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.
Related .NET job interview questions
What is Common Language Specification (CLS)?
.NET SeniorWhat is common Type System (CTS)?
.NET SeniorWhat is MSIL?
.NET JuniorWhat is .NET Framework?
.NET JuniorWhat are the advantages of .NET?
.NET Junior