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
What is RCW (Run time Callable Wrappers)?
What is managed code in .NET?
What is msil, il?
What are the properties of ADO.NET?
What is the difference between a debug and release build?
Tell about your technical profile ?
Whate are resource files?
What is the new three features of COM+ services, which are not there in COM (MTS)
What versions of .net are there?
Explain security measures exist for .net remoting in system.runtime.remoting?
What are the different types of memory in .net?
Explain asp.net?
What is the native image generator?
What is lambda expressions in c#?
Explain what are an object and a class?