More on CLR ?

Answers were Sorted based on User's Feedback



More on CLR ?..

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

More on CLR ?..

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

Post New Answer

More Dot Net Framework Interview Questions

Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  


What is edm (entity data model)? : Entity framework

0 Answers  


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?

1 Answers  


What operating systems will the .net framework 3.0 be available for?

0 Answers  


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.

1 Answers  






Explain how to use multiple submit buttons in ASP.Net MVC?

0 Answers  


Explain tempdata in asp.net mvc?

0 Answers  


What is difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers   NA,


Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )

0 Answers   NNN,


what is csdl?

0 Answers   Microsoft,


What is .net framework used for?

0 Answers  


Is there built-in support for tracing/logging

1 Answers  


Categories