TOP CENTER
     

8

What are the steps involved in developing a C# application?   New Page 1
What is Object-Oriented Programming?
What is Microsoft .NET?
What is C#?
What is Common Language Runtime (CLR)?
What do you mean by .NET Framework Class Libraries?
What are Namespaces?
What are the requirements for developing a C# application?
What are the steps involved in developing a C# application?
What will happen after the compilation of a C# program?
What are Identifiers?
What are Keywords?
How do I begin programming with C#?
What are the different editors that are available for C# programming?
How do I build a C# application using Command Line Compiler?
How do I build a C# application using Visual Studio .NET 2003?
How do I build a C# application using Visual Studio .NET "Whidbey"?
 

Anand Narayanaswamy

Posted - February 05, 2005
 
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.