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
Described strong typing
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Explain about the performance of visual basic?
Define serialization in .net?
Explain how to store decimal data in .net?
Explain convert.tostrin?
Explain how does the xmlserializer work?
Name some of the features present in vb 2005?
Explain about jagged arrarys ?
Can you please explain the difference between system.string and system.stringbuilder classes?
What is the difference between compiler and interpreter?
how many server control present in .net
What is a preprocessor directive in vb.net?
What is the significance of delegates. Where should they be used?
Explain the difference between system.string and system.stringbuilder classes?