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
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Explain the use of new keyword?
Name a feature which is common to all .net languages?
Explain the difference between an xml "fragment" and an xml "document."
How do you use two datareaders at the same time in a vb.net windows application ?
What is the use of internal keyword?
What is difference between inline and code behind?
What is the difference between system.applicationexception class and system.systemexception?
Explain convert.tostrin?
What is the difference between import system.data.sqlclient and system.data.oledb?
Explain about globalization?
What is the top .net class that everything is derived from?
How a base class method is hidden?
What is redim keyword?
Explain the difference between dispose and finalize()?