Получи случайную криптовалюту за регистрацию!

Explain Code Compilation in C# There are four steps in code c | C# 1001 notes

Explain Code Compilation in C#

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.