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 |
Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?
What is edm (entity data model)? : Entity framework
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
What operating systems will the .net framework 3.0 be available for?
Hello frnds, Actually i am plannig to put fake Xperince letter is it good or not, and please suggest me from where we take it.
Explain how to use multiple submit buttons in ASP.Net MVC?
Explain tempdata in asp.net mvc?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
what is csdl?
What is .net framework used for?
Is there built-in support for tracing/logging