What is MSIL code ?

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


Please Help Members By Posting Answers For Below Questions

What is the use of gacutil.exe?

898


What is the use com component in .net?

791


hai, about trading domain and need simple project on trading system. please help me...

1837


what is prototype design pattern in .net

783


What does cli do?

738


Please explain what is the difference between odbc and ado?

753


What is the concept of inheritance and how it works in .net?

782


How will you make .NET programs work in Linux ?

1736


If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.

764


Explain me difference between public and static modifiers?

726


What is difference between .net and .net core?

755


Do I have any control over the garbage collection algorithm?

816


What is RCW (Run time Callable Wrappers)?

2172


How to customize the trace output?

772


How to spawn a thread?

807