More on CLR ?

Answers were Sorted based on User's Feedback



More on CLR ?..

Answer / mahua dutta

CLR is the heart of the .Net framework.our application does
not communicate os directly but go through CLR.It handles
the execution of all .net applications.

Is This Answer Correct ?    2 Yes 0 No

More on CLR ?..

Answer / 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

More Dot Net Framework Interview Questions

What is MSIL, IL, CTS?

13 Answers  


What is entity framework? : Entity framework

0 Answers  


How do you create shared assemblies ?

1 Answers  


How does the 'page lifecycle' of asp.net mvc works?

0 Answers  


What is the use of JIT

1 Answers  






Is it possible to cancel filter execution?

0 Answers  


How does the .net framework 3.0 relate to windows vista?

0 Answers  


Why to use Html.Partial in ASP.Net MVC?

0 Answers  


What is strong name and which tool is used for this ?

4 Answers   Accenture, BirlaSoft,


Tell me the best web-sites for Learning the ASP DOT NET.

3 Answers  


can we call the garbage collector to run explicicitly?

6 Answers   Kanbay, Volvo,


How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?

2 Answers  


Categories