Answer Posted / kranthi kumar.j
When the code is compiled, the compiler translates your code
into Microsoft intermediate language (MSIL). The common
language runtime includes a JIT compiler for converting this
MSIL then to native code.
MSIL contains metadata that is the key to cross language
interoperability. Since this metadata is standardized across
all .NET languages, a program written in one language can
understand the metadata and execute code, written in a
different language. MSIL includes instructions for loading,
storing, initializing, and calling methods on objects, as
well as instructions for arithmetic and logical operations,
control flow, direct memory access, exception handling, and
other operations.
| Is This Answer Correct ? | 69 Yes | 7 No |
Post New Answer View All Answers
Explain the differences between server-side code and client-side code.
What is meant by localization?
What is value type and refernce type in .net?
Explain about managed heap?
What does il do?
Explain security measures exist for .net remoting in system.runtime.remoting?
How to instantiate a delegate?
What is the difference between task and thread in .net?
What is COM Interoperability in .NET
Explain what does managed mean in the .net context?
What is Code group in .Net with respect to CAS
What is managed code execution?
What is the difference between asp.net and asp?
How to Create and Consume a Web Service?
Is there any attempt system for microsoft technology papers?