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

Tell us the difference between the while and for loop. Provide a .net syntax for both loops?

0 Answers  


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  


Which dll is required to translate xml to sql in internet information server (iis)?

0 Answers  


Please explain what inheritance is, and why it's important?

0 Answers  


Explain different types of html, web and server controls.

0 Answers  






What is Method Overriding? How to override a function in C#?

1 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

0 Answers   InfoAxon Technologies,


Please explain what is the .net framework and how does it work?

0 Answers  


How to debug failed assembly binds?

0 Answers  


How to create multiple inheritance in c#, with example?

0 Answers  


Explain what is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


What is il in vb.net?

0 Answers  


Categories