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
What are nested classes?
What are the objects in asp.net?
Explain the use of serialization and deserialization?
What is the source code for display the picture in button click event?
Name the two main parts of .net?
Which class allows an element to be accessed using unique key?
What are the advantages of migrating to vb.net?
Explain the difference between import system.data.sqlclient and system.data.oledb?
Which namespace are used for accessing the data?
Explain jit?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
Explain trace in vb.net?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What are jagged arrays ?
What is the purpose of an Assembly?