VB .Net Question:

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.

Read All 69 VB .Net Questions
Previous QuestionNext Question
What do you mean by Serialization and Deserialization and its use?What is Late Binding and Early Binding?