Compile from the command line

No fancy IDE, such as Visual Studio, is required to compile this program.

To compile this program on a computer with the MS.NET framework installed, enter the following command at the command prompt:

csc Hello1.cs

This will produce a single output file named Hello1.exe.