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 |
how do you query in entity model when the result has a join from from different database other than the entity model?
What is serialization ?
Can I redirect tracing to a file
Mention what is the difference between “ActionResult” and “ViewResult” ?
What is CLR? How it will work?
Changes to which portion of version number indicates an incompatible change
What is side-by-side execution? Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables
what are generics? Without generics what are the disadvantages in 1.1?
3 Answers HP, iSoft, nTech Solutions,
Is dapper faster than entity framework?
What was the problem in traditional component why side by side execution is supported in .net ?
How to use Jquery Plugins in ASP.Net MVC validation?
what is an assembly?