Tech Mahindra Interview Question

Describe the compilation process in .NET

Interview Answer

Anonymous

Dec 22, 2018

1. The code is compiled into IL. 2. The JIT interprets the IL into actual machine code. 3. The program is run.