Answer Posted / 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 |
Post New Answer View All Answers
Do I have any control over the garbage collection algorithm?
What are two different types of remote object creation mode in .net?
Can a try block have more than one catch block?
What is cyclomatic complexity and why is it important?
In code behind class, name the type of code found. Is it the server side code or client side code?
What method do you use to explicitly kill a users session? How?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Do you know the difference between the stack and the heap?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
What is namespace in .net?
Differences between dll and exe?
Explain .net framework overview?
What are the new features in .net core?
What is marshling?
What is the use of immutability?