Describe the roles of CLR in .NET Framework. Ans. CLR provides an environment to execute .NET applications on target machines. CLR is also a common runtime environment for all .NET code irrespective of their programming language, as the compilers of respective language in .NET Framework convert every source code into a common language known as MSIL or IL (Intermediate Language). CLR also provides various services to execute processes, such as memory management service and security services. CLR performs various tasks to manage the execution process of .NET applications. The responsibilities of CLR are listed as follows: * Automatic memory management * Garbage Collection * Code Access Security * Code verification * JIT compilation of .NET code - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
03 May 2023 11:50 AM study24x7 study24x7

Describe the roles of CLR in .NET Framework. Ans. CLR provides an environment to execute .NET applications on target machines. CLR is also a common runtime environment for all .NET code irrespective of their programming language, as the compilers of respective language in .NET F...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles