Answer Posted / kinjal
The language compile in commom language runtime in .net. in .net code is compile on MSIL(microsoft intermediate language)
is called managed code. Managed code run on .net environment.
After compilation of IL the language is not barrier. the code is call or written function in another language.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Please explain what is reflection and what is it for?
What is a .DLL and .EXE files called in .NET?
What is the difference between encrypting a password and applying a hashing?
What is a windows process in .net?
Explain Creational design pattern in .NET?
What does mean by .net framework?
What is a metadata in .net?
What is the difference between override and overload in a method?
What are the deferred execution and the immediate execution in linq?
How many types of design patterns available in .NET?
What is meant by globalization and localization?
Explain how to spawn a thread?
What is Entity Relationship Model in .NET?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
Can a try block have more than one catch block?