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
What is a metadata in .net?
Explain code access security.
Please tell us what is the difference between override and overload in a method?
What operating systems does the .net framework run on?
Explain about the features and elements present in Visual studio.NET IDE?
Tell about your technical profile ?
What is the advantage of packaging over xcopy in .net?
Which Namespace is used to to achieve MultiThreading in .NET?
Is .net core stable?
Tell me what is serialization?
what is prototype design pattern in .net
What is the use of activex control in .net?
What does mean by .net framework?
Explain boxing and unboxing in .net.
Please explain what is heap and what is stack?