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 is the use .Glimpse in ASP.Net MVC
What is the difference between tempdata and viewbag?
What is layout in mvc?
What are actions in mvc?
What is the "helperpage.isajax" property?
What is entity client data provider? : Entity framework
Explain RenderBody and RenderPage in ASP.Net MVC?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
Explain Model, view and Controllers in Asp.Net MVC?
What is ViewStart Page in ASP.Net MVC?
what is entity data model?
What is code first? : Entity framework
Is razor a server side?
What is definingquery in entity framework? : Entity framework