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 Question | Next Question |
What do you mean by Serialization and Deserialization and its use? | What is Late Binding and Early Binding? |