ASP Programming Question:
Download Job Interview Questions and Answers PDF
What is the Microsoft Intermediate Language (MSIL)?
Answer:
MSIL is the CPU-independent instruction set into which .NET Framework programs are compiled. It contains instructions for loading, storing, initializing, and calling methods on objects.
Combined with metadata and the common type system, MSIL allows for true cross-language integration.
Prior to execution, MSIL is converted to machine code. It is not interpreted.
Combined with metadata and the common type system, MSIL allows for true cross-language integration.
Prior to execution, MSIL is converted to machine code. It is not interpreted.
Download ASP Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the Common Language Specification (CLS)? | What is managed code and managed data? |