2
Answers

what is the Internal process of .net to compile a c# program

naveen awasthi

naveen awasthi

10y
1.8k
1
what is the compilation process of .net to compile the .net program.
 
when we create a program then it compile in IL according to CLR not according to OS. and the by JIT it convert to native code.
Answers (2)