What is CLR? How it will work?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is jit compilers?
Which namespace is the base class for .net Class library?
Please explain what is a delegate?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
When should I use .net core?
What does .net stand for?
Explain what is heap and what is stack?
What is the advantage of .net core?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is difference between .net core and .net standard?
What is misl?