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 the use of immutability?
What is jit compilers?
How do you turn off cookies for one page in your site? Give an example.
How does linq work?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
Which Namespace is used to to achieve MultiThreading in .NET?
The project which you have made, which methodology did you use?
What do you mean by Code Access Security in .NET?
What are the different.net tools which you used in projects?
Explain me what is a design pattern and what is it for?
What is common type system (cts)?
Difference between class and interface in .net?
Will my .net app run on 64-bit windows?
What is the difference between vb.net and vc#.net?
Compare client server application with n-tier application