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
Describe the gac in the .net framework.
How we can add the css in mvc?
How does �side by side� work for the .net framework 3.0?
Can you explain renderbody and renderpage in asp.net mvc?
what do you mean by table-per-type?
Can any particular component of .net framework 3.0 be removed?
Explain .Net Framework? Why we use it?
how can you enhance the performance of entity framework?
Are there any parts of the .net framework 3.0 that only work on windows vista?
what is scalar property?
What are scaffold templates in mvc?
What is tempdata?
Is .net framework 4.8 the last version?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
What is rxjava used for?