VB .Net Question:
Download Questions PDF

What is MISL CODE?

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.

Download VB .Net Interview Questions And Answers PDF

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