Uses of CLR ?

Answers were Sorted based on User's Feedback



Uses of CLR ?..

Answer / shirishakyatoor

CLR common Language Runtime : It is a runtime excution
engine for all the applications developed using .Net
Framework.

Some of the Uses Of it are :
Automatic memory management,garbage collection,code
execution,type safety, versioning , and some other system
services...

Is This Answer Correct ?    32 Yes 2 No

Uses of CLR ?..

Answer / suresh mediboyina

CLR is Excutive environment of .NET Applications.
.Net source code converted into MSIL code and then CLR
converts machine understanable code by using JIT compliers.
CLR takes care about of Code Access Security,Gerbage
Collector,Converting compile code to mechine understable
code,versioning and etc

Is This Answer Correct ?    13 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

Give an example of what might be best suited to place in the application_start and session_start subroutines?

0 Answers  


What is session object? Describe in detail.

0 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

8 Answers   Proteans,


What is Web Gardening? How would using it affect a design ?

1 Answers   Infogain,


What is difference between abstract class and an interface?

0 Answers  






What is a user developed application?

0 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  


About Usage of server variables ?

2 Answers   Cognizant, CTS,


About DataAdapters ?

8 Answers   Accenture,


What is indexing on asp.net?

0 Answers  


When should we use abtract class and Interface Class?Give an Example

4 Answers   Accenture, Cap Gemini, L&T, RM,


To display data in a Repeater control which templete is provided ?

4 Answers   Siebel,


Categories