More on CLR ?

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 ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is associationset? : Entity framework

562


what do you mean by table-per-hierarchy?

600


When will the .net framework 3.0 be released?

548


What is the need of Action Filters in ASP.Net MVC

569


What is the difference between tempdata and viewbag?

499






What is route config?

558


Where are the routing rules defined in an asp.net mvc application?

542


Can you explain the page life cycle of mvc?

555


What is the difference between old ADO.NET and Entity framework coding techniques?

558


Is it possible to cancel filter execution?

557


What is conceptual model? : Entity framework

531


explain how you can load related entities in ef (entity framework)?

544


Explain dependency resolution?

619


Can we add constraints to the route? If yes, explain how we can do it?

730


Mention the core components of .net framework?

572