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 |
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
Can you edit data in repeater control? How?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Difference b/w dataset.clone and dataset.copy ?
What is reflection in microsoft .net context?
What's the use of system.diagnostics.process class in .net?
Explain clr, cts and cls?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
How will you make .NET programs work in Linux ?
What is new in .net core?
Explain how to redirect tracing to a file?
Readonly vs. const?