Description of How to Compile C# Programs and Compiler Switches :
This tutorial is useful for the novice programmers to know the proper method for compiling c# programms for avoiding the CS0234 compilation error. The author clearly explains you the uses of various compiler options such as /addmodule, /checked, /nowarn, /reference*, /resource, /win32icon, /target* etc., with an example.