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 |
How will u load dynamic assembly? How will create assemblies at run time?
What is the base class of Button control in .NET?
Do you know what is the difference between an abstract class and an interface?
What are data types in .NET?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
What is immutability?
Please explain what is reflection and what is it for?
Explain what is the difference between web application and enterprise application?
What are the fundamental objects in ADO.NET?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
Explain is the jit an interpreter?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?