How do I build a C# application using Command Line Compiler?
June 22nd, 2009
3 Comments
Microsoft’s .NET SDK ships with a command line compiler called csc.exe. It can be executed from within the DOS prompt. In this article, I will show you how to build a simple C# program using this compiler with Notepad as the editor. Open your editor and enter the code as given in listing 1 ...


