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

Explain dependency resolution?

0 Answers  


If Controller is not there in MVC Pattern what happens?

2 Answers  


Which are the important namespaces used in ASP.Net MVC?

0 Answers  


What type of filter does outputcacheattribute class represents?

0 Answers  


What is representational state transfer (rest) mean?

0 Answers  






How the framework differentiate between 2 version dlls? eg Version 2.0 and 2.1 dlls are there. both are referred in the code.but we are using only name of that dll not the version number. in run time how the framework know which dll has to be referred?

1 Answers   Deloitte,


how can you tell ef to have a different table or column name than that defined for the class?

0 Answers   Microsoft,


mention what are the various methods provided by the dataset object to generate xml?

0 Answers   Microsoft,


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

0 Answers  


Does razor engine supports for tdd?

0 Answers  


What is the 'page life cycle' of an ASP.NET MVC?

0 Answers   NA,


What is side by side Execution ?

3 Answers   MEC, MMTS,


Categories