what is CLR?

Answers were Sorted based on User's Feedback



what is CLR?..

Answer / k.satymababu

The .net frame work provides a runtime enviornment called
the common language runtime(CLR)

CLR handels the execution of code and provides useful
services fotr the implementation of the program in addition
to execution code.

CLR provides services like
===>Memory management
===>Thread Management
====>Security Management
======>Code Verification

Is This Answer Correct ?    4 Yes 1 No

what is CLR?..

Answer / anilkumar

CLR is execution the application but it is not develope.

Is This Answer Correct ?    2 Yes 0 No

what is CLR?..

Answer / rajesh b patil

CLR or Common Language Runtime is a runtime framework which
is responsible for executing the compiled informations like
assemblies which are built once the programs get succesfully
compiled and are run.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?

0 Answers   DELL,


Define view state.

0 Answers  


What is viewstate parameter?

0 Answers  


What you mean by partial Class in asp.net 2.0?

3 Answers   TCS,


how to retrieve data using web services in asp.net pls give me the code and explain me briefly

3 Answers  






Name the two properties are on every validation control?

0 Answers  


Can you explain what inheritance is and give an example of when you might use it?

1 Answers  


Mention the namespace that is used to include .net data provider for sql server in .net code?

0 Answers  


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

0 Answers  


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

0 Answers   DELL,


what is the Difference between Dim Object as object AND dim obj as myform?

1 Answers   Microsoft,


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  


Categories