Google News
logo
C# - Interview Questions
Illustrate the process of code compilation in C#?
There exist four steps in the process of code compilation :
 
* Compilation of Source code in managed  code
* Clubbing the newly created code into assembly
* Loading the CLR (Common Language Runtime)
* Execution of assembly through CLR
Advertisement