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

What is a .DLL and .EXE files called in .NET?

0 Answers   CitiusTech,


What are the advantages of .net?

0 Answers  


Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com

1 Answers  


What is strong-typing versus weak-typing? Which is preferred?

0 Answers  


What is use of ContextUtil class?

1 Answers  






When developing a Windows service for .NET, which namespace do you typically look in for required classes?

1 Answers  


Difference b/w dataset.clone and dataset.copy ?

1 Answers   Protech,


Why SOAP is required?

0 Answers   Alcatel-Lucent,


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

0 Answers  


What is the difference between the C#.NET and VB.NET?

6 Answers   MCN Solutions,


Major role of CLR for CAS

2 Answers   Infosys,


Categories