What is the use of Common Language Runtime?

devquora
devquora

Posted On: Feb 22, 2018

 

In .NET, all source codes get converted into a common language which is the MISL. For executing this, the CLR is used. It is also used for code verification, security for code access, collection of garbage and for JIT compilation. It is the common runtime environment for most .NET codes. In CLR, codes are expressed in form of a byte-code called Common Intermediate Language.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    .NET Interview Questions

    What is .NET?

    .NET is a software development framework by Microsoft...

    .NET Interview Questions

    What are the purposes of using .NET?

    .NET is used for creating web applications, Windows mobile, and Store applications, Windows Desktop..

    .NET Interview Questions

    How is .NET able to support a lot of languages?

    .NET is equipped with Microsoft Intermediate Language (MISL) that has got codes compiled within itself...