What is CLR? How it will work?

Answer Posted / guest

The .NET Framework provides a runtime environment called the
Common Language Runtime or CLR (similar to the Java Virtual
Machine or JVM in Java), which handles the execution of code
and provides useful services for the implementation of the
program. CLR takes care of code management at program
execution and provides various beneficial services such as
memory management, thread management, security management,
code verification, compilation, and other system services.
The managed code that targets CLR benefits from useful
features such as cross-language integration, cross-language
exception handling, versioning, enhanced security,
deployment support, and debugging.

Is This Answer Correct ?    23 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the types of Scaffoldings.

631


Briefly describe the roles of clr in .net framework?

551


How large is the .net framework 3.0?

559


Explain what is routing?

520


What you mean by routing in mvc?

579






What is difference between html.beginform and ajax.beginform?

609


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

586


How the ‘page lifecycle’ of ASP.Net MVC does works?

597


Give an example for authorization filters in an asp.net mvc application?

538


What is entity sql? : Entity framework

561


what is explicit loading?

642


What is objectset? : Entity framework

555


What are Non Action methods in ASP.Net MVC?

599


What is layout in mvc?

569


Is .net core faster than .net framework?

556