What is MSIL.

Answer Posted / banshi

MSIL stands for Microsoft Intermediate Language.

When compiling the source code to managed code in dotnet
environment, the compiler translates the source into
Microsoft intermediate language (MSIL). This is a CPU-
independent set of instructions that can efficiently be
converted to native code. Microsoft intermediate language
(MSIL) is a translation used as the output of a number of
compilers. It is the input to a just-in-time (JIT)
compiler. The Common Language Runtime includes a JIT
compiler for the conversion of MSIL to native code.

Is This Answer Correct ?    37 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are nested classes?

623


What are the objects in asp.net?

632


Explain the use of serialization and deserialization?

609


What is the source code for display the picture in button click event?

773


Name the two main parts of .net?

605






Which class allows an element to be accessed using unique key?

596


What are the advantages of migrating to vb.net?

641


Explain the difference between import system.data.sqlclient and system.data.oledb?

627


Which namespace are used for accessing the data?

736


Explain jit?

624


thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net

1788


Explain trace in vb.net?

608


What is the significance of delegates. Where should they be used? What are the situations where we require them?

615


What are jagged arrays ?

635


What is the purpose of an Assembly?

700