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 ? | 23 Yes | 4 No |
Post New Answer View All Answers
How to Create an Intranet Site Using ASP.NET MVC?
What is storage model? : Entity framework
How we can add the CSS in ASP.Net MVC?
What is entity sql? : Entity framework
Which version of .net framework is installed?
What is display mode in mvc?
Explain tempdata in asp.net mvc?
What is entity client data provider? : Entity framework
What filters are executed in the end?
what is use of entity container?
What are differences between entity framework and l2s? : Entity framework
Explain what is the difference between view and partial view?
how can you enhance the performance of entity framework?
What is web api‘s in asp.net mvc 4 ?
What is Attribute Routing in ASP.Net MVC?