What is CLR? How it will work?

Answers were Sorted based on User's Feedback



What is CLR? How it will work?..

Answer / dsr

CLR means common Language runtime. Which is Engine of .net
Platform. Which is responsible for execution of code, cross
Language interoperability, garbage Collection, Security,
Exception Handling.

Is This Answer Correct ?    11 Yes 1 No

What is CLR? How it will work?..

Answer / filistin

Common language runtime(CLR) which enables dotnet to accept
many language like vb,c#,java etc,Any language inwhich we
are writting the code must comply with CLR and then it will
send to Microsoft intermediate language(MSIL) it will
compile and convert the language into managed code since
managed code is the only language known to .net compiler
its easy to use any compatible language in dotnet cross
language interoperability,security,execption handling also
possible only because of CLR.

Is This Answer Correct ?    10 Yes 0 No

What is CLR? How it will work?..

Answer / sardarminal1990

it is common language run time. it is used with just in time
compiler to executed the program in .net framework.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


What is concurrency? How will you avoid concurrency when dealing with dataset?

0 Answers  


Explain about .net assemblies?

0 Answers  


What is the advantage of .net?

0 Answers  


What is an anonymous method?

0 Answers  






What is the raise event used for?

4 Answers   Wipro,


Differences between dll and exe?

0 Answers  


What tools can I use to develop .net applications?

0 Answers  


i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.

2 Answers   Deloitte, Srp Khanij,


What is .net and why it is used?

0 Answers  


Can we use data reader to bind gridview?

3 Answers   TCS,


Explain soap and xml?

0 Answers  


Categories