More on CLR ?
Answers were Sorted based on User's Feedback
Answer / mahua dutta
CLR is the heart of the .Net framework.our application does
not communicate os directly but go through CLR.It handles
the execution of all .net applications.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What are the sub types of ActionResult?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
What is the .net framework and how does it work?
How do you handle variable number of segments in a route definition?
what are partial classes?
12 Answers Digimaker, HP, N Tech, TCS,
What are the mobile devices supported by .net platform
What is ViewData and TempData in ASP.Net MVC?
Can you write a class without specifying namespace? Which namespace does it belong to by default?
What is the difference between Finalize and Dispose (Garbage collection)
How does the 'page lifecycle' of asp.net mvc works?
How route table has been created in asp.net mvc?
What are the new features 3.5 framework against with the tool?