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
mention what is the key advantage of using entity framework or ef?
what do you mean by navigation property?
What are the 2 ways of adding constraints to a route?
How does the .net framework 3.0 relate to the .net framework 2.0?
Can a view be shared across multiple controllers? If yes, how we can do that?
How to bind table colum with gridview column?
What is .net architecture?
What is viewstart page in mvc?
How to use Jquery Plugins in ASP.Net MVC validation?
What is iobjectset? : Entity framework
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is web api‘s in asp.net mvc 4 ?
What is renderbody?
How does the .net framework 3.0 relate to windows vista?
Explain the advantage of packaging over xcopy in .net?