What is MSIL.

Answers were Sorted based on User's Feedback



What is MSIL...

Answer / 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

What is MSIL...

Answer / ezhilarasi.k

Common Intermediate Language(CIL), previously known as
MSIL.
At compile time,a .net compiler converts the source code
into byte code (CIL)

Is This Answer Correct ?    13 Yes 0 No

What is MSIL...

Answer / anitha

Microsoft Intermediate Langage.
All .net compilers converts the compled code into MSIL

Is This Answer Correct ?    9 Yes 3 No

What is MSIL...

Answer / vivek negi

Miscrosoft intermediate language is also called managed code
and generated by .net compiler.It is hardware independent
code and can be easily converted into Native code through
CLR JIT(Just in time) complier.Hance it is proved that for
all the languages MSIL is same so it is a Platform
independentand platform specific.

MSIL is also known as IL,CIL,manages codeand partial code
it application used managed code called managed application.


By
vivek negi (Dehradun)

Is This Answer Correct ?    6 Yes 0 No

What is MSIL...

Answer / raju

Microsoft Intermediate Langage.
All .net compilers converts the compled code into MSIL

Is This Answer Correct ?    5 Yes 0 No

What is MSIL...

Answer / sahil munish satish

it is stands for microsoft intermediate language when
compiling the source code in .net enviorment.

Is This Answer Correct ?    2 Yes 0 No

What is MSIL...

Answer / satish bhatia

microsoft intermediate language is translation used as the
output of a number of compiler.The common language runtime
include a JIT comiler for conversion of MSIL to native code.
The MSIL instruction set is sufficiently powerfull to
run any existing C++ program.

Is This Answer Correct ?    2 Yes 0 No

What is MSIL...

Answer / rai sing from k.c

Miscrosoft intermediate language is also called managed code
and generated by .net compiler.It is hardware independent
code and can be easily converted into Native code through
CLR JIT(Just in time) complier.Hance it is proved that for
all the languages MSIL is same so it is a Platform
independentand platform specific.

MSIL is also known as IL,CIL,manages codeand partial code
it application used managed code called managed application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

how to send data to exe file? my code has a button when i press it, an exe file will open. how can i send data as input to the exe file?

2 Answers  


what is commom language runtime?

0 Answers  


What is a literal control?

0 Answers  


Name some different types of control?

0 Answers  


What is friend and protected-friend access specifier in vb.net?

1 Answers  






What are the different types of a stream?

0 Answers  


I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com

0 Answers  


what are the types of threading models in VB.net ?

1 Answers   Satyam,


What are different types of jit ?

0 Answers  


What are all the differences between dispose and finalize()?

0 Answers  


Explain the use of console application?

0 Answers  


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

0 Answers   TCS,


Categories