what is clr . how we access them?

Answers were Sorted based on User's Feedback



what is clr . how we access them? ..

Answer / sk sultan ahmad

It is the heart of dot net technology.It take our application which written in .net and convert it into machine understanding code and then execute it.CLR(common language runtime)is interface between application and operating system.

Is This Answer Correct ?    3 Yes 0 No

what is clr . how we access them? ..

Answer / guest

Full form of CLR is Common Language runtime. It is heart
of .Net frame work. All languages have runtime such as vb6
has MSVBVM60.dll, java has java virtual machine. There are
various responsibilities of CLR such as Garbage Collection,
Memory Management, Code Access Security etc.

Is This Answer Correct ?    2 Yes 1 No

what is clr . how we access them? ..

Answer / michael jerold

clr is the common language runtime. it is take care of
execution the programe.

responsiblites:

garbage collection
msil
code verification
code access security

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Disable browser cache for entire ASP.NET website?

0 Answers   HCL,


Explain the difference between server control and html control.

0 Answers  


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


How can we provide the WebParts control functionality to a server control?

0 Answers   MindCracker,


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

1 Answers   Cap Gemini, Keane India Ltd, MindSquare,






What is state management technique?

0 Answers  


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


code for inserting images into gridview colomns from database

3 Answers   HP,


What is difference between asp.net and asp?

0 Answers  


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

0 Answers   BirlaSoft,


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

2 Answers   Marlabs,


What are the merits and demerits of viewstate?

0 Answers   Siebel,


Categories