More on CLR ?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the use of JIT
what is Thread Priority?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is GC (Garbage Collection) and how it works
What is presentation framework?
Explain the methods used to render the views in ASP.Net MVC?
What is route config?
What is viewbag?
Hi my name is sahil. i did my bsc in 2008 n did marketing jobs thereafter. bt nw i wanna learn .net to enter IT field. Ive heard deccansoft,secbad is the best inst. for .net. bt do they provide placement?? as im not a fresher so will i be hired by any company..??
What are ajax helpers in asp.net mvc?
How do I install .net framework?
Why is entity framework used?