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
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is the advantage of using asp.net routing?
Is .net framework dead?
What is latest version of .net framework?
What is entity sql? : Entity framework
What is renderbody?
Explain the methods used to render the views in mvc?
What is MVVM design pattern?
Explain JSON Binding?
What is the significance of nonactionattribute?
What is entity graph? : Entity framework
How to update one of my table in database at 4pm every day how it is possible?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is tempdata?
What is Attribute Routing in ASP.Net MVC?