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 importance of NonActionAttribute?
Which is the default http method for an action method?
What is definingquery in entity framework? : Entity framework
Can I uninstall microsoft .net framework?
What is entity framework firstordefault?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
explain what is ado.net entity framework?
Describe the roles of clr in .net framework.?
Explain the tools used for unit testing in ASP.Net MVC
What are authentication filters in web api?
what is entity sql?
Can you explain renderbody and renderpage in mvc?
In razor syntax, what is the escape sequence character for @ symbol?
Can we change web.config settings from iis?
Why to use html.partial in mvc?