What is MSIL.
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / anitha
Microsoft Intermediate Langage.
All .net compilers converts the compled code into MSIL
| Is This Answer Correct ? | 9 Yes | 3 No |
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 |
Answer / raju
Microsoft Intermediate Langage.
All .net compilers converts the compled code into MSIL
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
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 |
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 |
What do you mean by serialization?
What is multiple form in vb?
Explain private assembly?
What is difference between metadata and manifest?
Explain the difference between datatable and dataset?
visual basic 6.0 hava print statement for printing on form.what is the alternative for this in vb.net?
how to get dynamic control array position or its index position?
Explain how does the xmlserializer work?
if user enters 1 or 2 or any other number in digit format in next textbox it should show the answer in word reading like if enters 12 answer should be twelve
What are the two main parts of .net?
How to store images in sql server database through vb.net?
How do you do multithreading application in VB ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)