VB .Net Question:

What is MISL CODE?

VB .Net Interview Question
VB .Net Interview Question

Answer:

When compiling to the managed code , your source code is translated to microsoft intermediate language code( MSIL), which is cpu-indenpendent set of instructions that can be effectively converted to native code.


Previous QuestionNext Question
What do you mean by Serialization and Deserialization and its use?What is Late Binding and Early Binding?