Wednesday, September 3.
  • Top Posts

    Explain Code compilation in C#?

    ad728
     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.

    No comments

    Post Top Ad

    Post Bottom Ad