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
What are the components required to create a route in ASP.Net MVC?
Explain the tools used for unit testing in ASP.Net MVC
What are non action methods in mvc?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is model first? : Entity framework
Explain the new features added in version 4 of mvc (mvc4)?
what is use of entitydatasource control?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
How to use Jquery Plugins in ASP.Net MVC validation?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is mvc entity framework?
What is viewdata?
How does .net framework works?
What is display mode in mvc?
What is the need of Action Filters in ASP.Net MVC