Changes

Jump to: navigation, search

A Simple C Sharp Console Application

309 bytes added, 18:31, 10 January 2008
Executing a Compiled C# Program
<pre>
C:\Demo> HelloCsharp
Hello from C#.
</pre>
 
If you see the "Hello from C#" message then you have successfully written, compiled and executed your first ever C# console program. In the next chapter we will learn how to create a [[Creating a Simple C# GUI Application with Visual Studio|simple GUI based application using Visual Studio]].

Navigation menu