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

Explain the use of new keyword?

557


Is vb.net a programming language?

534


What is the Advantage of vb.net over vb

566


What is the advantages of VB.NET?

598


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

1959






What is static member?

578


How do you define a read only property in a class module?

527


my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .

1557


Is vb.net dead?

522


Explain how to send xml file on server using http protocol?

499


What is sealed class?

603


What is a preprocessor directive in vb.net?

542


What’s the difference between private and shared assembly?

689


List the types of generations in garbage collector?

525


How does vb.net achieve polymorphism?

541