Q&A
Ask and answer questions to make information more available to wider audiences.
Paxton Adcinson @adcinsonpaxton   06, Apr 2023 12:00 AM
C# code compilation
Who can explain the four steps involved in the C# code compilation?
answers 1
 
Answer 1
Beckett Fourcard @fourcardbeckett   08, Apr 2023 12:10 AM
Four steps of code compilation in C# include:
* Source code compilation in managed code.
* Newly created code is clubbed with assembly code.
* The Common Language Runtime (CLR) is loaded.
* Assembly execution is done through CLR.