Every Programming Language including C# has got its own process for
compilation and execution of source codes. The steps involved in
developing a C# application are given below
- Choosing an editor
- Creation of source code using the editor
- Compilation of the source code using the C# Compiler
- Correction of Errors and Warnings (if any)
- Execution of the compiled file using the C# Interpreter
You will learn about each one of the above points from the
forthcoming FAQ's.
|