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 RouteConfig.cs in ASP.Net MVC 4?
How to Create an Intranet Site Using ASP.NET MVC?
What is the benefit of entity framework?
What are the main components of .net framework?
mention what are the various methods provided by the dataset object to generate xml?
Explain the advantages of asp.net mvc over asp.net?
What is difference between razor and web form engine?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is .net framework in simple terms?
What you mean by routing in mvc?
What is viewbag title?
How does �side by side� work for the .net framework 3.0?
What is the meaning of unobtrusive javascript?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?