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 managed extensibility framework?
What is work of clr?
How to change the action name in ASP.Net MVC?
What is action methods in web api?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
Explain .Net Framework? Why we use it?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is entity framework? : Entity framework
If I have multiple filters implemented, what is the order in which these filters get executed?
explain how you can load related entities in ef (entity framework)?
What is rxjava used for?
how do you mark a property as required? For example, for a project, the name is a required field.
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is routeconfig.cs in mvc 4?