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

Explain what does wsdl stand for?

0 Answers  


How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?

3 Answers   CoreObjects,


Which template must you provide, in order to display data in a Repeater control?

1 Answers  


What is asp net application object?

0 Answers  


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,






What is server objects in asp.net?

5 Answers  


How to prepare culture-specific formatting in .net.

0 Answers  


What is globalization and localization in asp net?

0 Answers  


What is asp.net used for?

0 Answers  


What is the asp.net control toolkit?

0 Answers  


What are the validation controls ?

1 Answers  


What is http session state?

0 Answers  


Categories