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

How to make sure Client Validation is enabled in ASP.Net MVC

555


What is entitycontainer? : Entity framework

573


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

516


How to change the action name in mvc?

540


What is .net architecture and framework?

568






What is the .net framework?

568


mention what is the difference between ado.net and classic ado?

562


Explain Model, view and Controllers in Asp.Net MVC?

557


Where is tempdata stored?

534


What is the purpose of a web form?

545


How do you handle variable number of segments in a route definition?

528


Can you explain model, controller and view in mvc?

561


Are there any parts of the .net framework 3.0 that only work on windows vista?

554


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

581


Is entity framework slow?

512