What are the different services provided by CLR

CLR is considered to be the core component of .NET framework. Its primary responsibility is to convert the CIL/MSIL code into native machine language code. It takes care of details of resources for e.g.: memory management, garbage collection, exception handling, security etc.

No comments:

Post a Comment