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
What is .net framwork?
What are the 2 ways of adding constraints to a route?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What type of filter does outputcacheattribute class represents?
Does Tempdata hold the data for other request in ASP.Net MVC?
Explain the methods used to render the views in mvc?
What are authentication filters in web api?
What is disconnected scenario? : Entity framework
Which version of the common language runtime (clr) does the .net framework 3.0 use?
Explain the role of assembly in the .net framework.
Is http stateful or stateless?
Explain the advantage of packaging over xcopy in .net?
What is meant by domain model?
What is a model in programming?
What are the new enhancements done in default project template of asp.net mvc 4?