List the steps in code compilation in C#.

devquora
devquora

Posted On: Feb 22, 2018

 

The four steps involved in code compilation in C# are:

  • Compilation of the source code by a C# compiler into the code.
  • Compilation of the newly generated code into the assemblies.
  • Loading of the common language runtime.
  • Execution of the assembly by the common language runtime.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    C# Interview Questions

    What is C#?

    C# is a programming language which is object-oriented developed by Microsoft...

    C# Interview Questions

    Define a class and an object.

    A class is an example of properties and techniques that utilize and characterize a continuous substance...

    C# Interview Questions

    List the fundamental OOP concepts.

    The fundamentals of an OOP concept are:..