Interview Question
Qus: How is a Managed code executed?
Answers (1)
1. Compiler needs to be chosen.
2. Convert the source code to MSIL now known as CIL.
3. Convert MSIL to Native code using JIT.
4. Executing code and various services.