Changes

Jump to: navigation, search

A Simple C Sharp Console Application

22 bytes added, 21:38, 9 January 2008
Compiling C# Code
Those familiar with C++ or Java will feel extremely comfortable with the above code and will clearly see the C#'s lineage from these languages. Having saved the C# source code the next task is to compile it.
== Compiling C# Code From the Command Line ==
Having written the C# source code the next step is to compile it down to the Common Intermediate Language (CLI) format. If you have installed the .NET Framework and configured your PATH so that the C# compiler can be found then you are ready to compile. If, on the other hand, you installed Visual Studio you can launch a Command Tool ready compile by selecting ''Start->All Programs->Microsoft Visual Studio->Visual Studio Tools->Visual Studio Command Prompt''.

Navigation menu