Tech Mahindra interview question

Describe the compilation process in .NET

Interview Answer

Anonymous

22 Dec 2018

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