Explain Code compilation in C# Technology Community › Category: C# › Explain Code compilation in C# 0 Vote Up Vote Down VietMX Staff asked 4 years ago There are four steps in code compilation which include: Compiling the source code into Managed code by C# compiler. Combining the newly created code into assemblies. Loading the Common Language Runtime(CLR). Executing the assembly by CLR.