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
Is dapper better than entity framework?
What are the 2 popular asp.net mvc view engines?
Is .net framework backwards compatible?
What is edm (entity data model)? : Entity framework
Can you explain the page life cycle of mvc?
Can we change web.config settings from iis?
What are sections?
How large is the .net framework 3.0? Does this change make the release larger?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Describe the roles of clr in .net framework.?
Explain the tools used for unit testing in ASP.Net MVC
Is it possible to share a view across multiple controllers?
What is separation of concerns in asp.net mvc?
What are actions in asp.net mvc?
How do I use partial view?