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

web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


How many types of state management are there in asp net?

0 Answers  


What methods are fired during the page load?

3 Answers  


which method marks a config file section for encryption?

1 Answers  


In try catch blocks one is normal catch block and another is sqlcatchexception block

3 Answers   Microsoft,






what is the difference between assemblyinfo and webconfig files?

1 Answers  


Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,


What data type does the Range Validator control support?

5 Answers  


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


Which two properties are there on every validation control?

2 Answers  


Explain the difference between asp and asp.net?

0 Answers  


How can I open ashx file in mobile?

0 Answers  


Categories