The .NET Framework provides a run-time environment called the common language runtime, which runs the code and provides services that make the development process easier.CLR is the important part of the .NET Framework.
The .NET Framework provides a run-time environment called the common language runtime, which runs the code and provides services that make the development process easier.CLR is the important part of the .NET Framework.
Common Language Runtime shortly called as CLR provides a universal execution engine for .NET applications and it is provided by the .NET Framework. Every target computer should require CLR for executing .NET applications. One of the most interesting points to note is that the CLR itself manages the life of objects. This is the effect of Automatic Garbage Collection system built into it. When the CLR finds an object that is not being used, it destroys them and thus freeing memory allocation. The corresponding compilers (C#, Visual Basic .NET) generate