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

If you want to write your own dot net language, what steps you will you take care?

0 Answers  


how can i inharit multiple classes?

3 Answers  


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


Interface and Abstract class, inheritance, abstraction with examples. Polymorphism (difference betn overloading and overriding

2 Answers   Syntel,


what are the sitemap providers in Asp.net 2.0?

2 Answers  






How can I configure asp.net applications that are running on a remote machine?

0 Answers  


What is role-based security in asp.net?

0 Answers  


What is the concepts of globalization and localization in .net?

0 Answers  


What is session management in web application?

0 Answers  


What is the difference between session.abandon() vs clear()?

0 Answers  


Explain the difference between overriding and overloading?

0 Answers  


hi im shailendra singh my question is how we deploye the data base

3 Answers   HCL,


Categories