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

Can we use Vb.Net and C# language simultaneously in one .Net application?

567


What is the advantage of using system.text.stringbuilder over system.string?

610


What are the differences between c# and visual basic.net?

531


What is the difference between convert.tostring and i.tostring method?

557


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 .

1559






What is the significance of delegates?

521


Explain jit?

551


What is redim keyword and its use?

589


Which is the base class for all the classes in .net framework?

568


Explain nested classes?

559


Explain the difference between datatable and dataset?

560


What is DLL HELL in VB.NET

616


how to deploy vb.net with key and evaluation time? any one can help me?

1762


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

532


List the different types of assembly?

548