What is CLR in .NET Framework?
What is CLR in .NET Framework?
795
07-Jul-2021
Updated on 30-May-2023
Aryan Kumar
30-May-2023The Common Language Runtime (CLR) is the foundation of the .NET Framework. It is a virtual machine that runs code written in any language that targets the .NET Framework. The CLR provides a number of services that make it easier to develop and deploy .NET applications, including:
The CLR is a critical component of the .NET Framework and it plays a vital role in the development and deployment of .NET applications.
Here are some of the benefits of using the CLR:
Overall, the CLR is a powerful and versatile platform that can be used to develop a wide variety of applications.
Anonymous User
07-Jul-2021Common Language Runtime(CLR) is a program execution engine that loads and executes the program. It converts the program into native code. The code which converts is known as MISL. It acts as an interface between the framework and operating system.