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 the difference between managed and unmanaged code?

12 Answers   IBM,


What is the difference between STA and MTA?

3 Answers  


what is ssdl?

0 Answers   Microsoft,


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

0 Answers  


IS MS.Net platform independent or dependent?

19 Answers   Infosys, Ksb, Satyam,






explain lazy loading, eager loading, and explicit loading?

0 Answers   Microsoft,


WHICH IS MORE SECURED AMONG JAVA AND .NET?

7 Answers  


How do assemblies find each other?

2 Answers  


How to set the debug mode

1 Answers   4Cplus,


How is method overriding different from method overloading

1 Answers   Siebel Systems,


What is boxing and unboxing?

4 Answers   Kanbay, TCS,


Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?

1 Answers   ABC,


Categories