Home » Unlabelled » What is MISL CODE? | VB.Net Interview Questions
Sunday, 28 April 2013
What is MISL CODE? | VB.Net Interview Questions
MSIL code is the Microsoft Intermediate Language. This is the code created by the CLR from the source code. This MSIL code is converted to machine/native code by JIT compiler. This machine code is actually the code which runs.
No comments:
Post a Comment