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
Explain about rapid application development tool?
What is trace in vb.net?
Can you please explain the difference between authentication and authorization?
List the two main parts of .net?
Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.
Explain what observations between vb.net and vc#.net?
What do you mean by serialization and deserialization and it's use.
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What is deep copy?
Explain the difference between vb 6 and vb.net?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Described strong typing
What is tracing?
How does vb.net achieve polymorphism?
Is vb.net dead?