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

What are the parts of an http response?

0 Answers  


When would you set a control's AutoPostBack property to true?

1 Answers  


In Code-Behind class which kind of code (server or client) is found ?

0 Answers   Siebel,


if we establish the cinnection with connection string tag in web.config file,can i go for encrypt and decrypt with that?

1 Answers  


Can a master page have more than one contentplaceholder?

0 Answers  






Explain current thinking around IClonable.

1 Answers   Infosys, Wipro,


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

0 Answers  


What is a 401 redirect?

0 Answers  


How would ASP and ASP.NET applications run at the same time on the same server?

0 Answers   Satyam,


Give an example of what might be best suited to place in the application_start and session_start subroutines?

0 Answers  


How can you display all validation messages in one control?

0 Answers  


Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications

2 Answers   Techno Solutions,


Categories