Archives

Blog Statistics

Total Visitors: 14353
Currently Online: 0

C# Compiler options

 

Visual Studio Express Edition is a blessing gift from Microsoft for C# Beginners.
But the best way to really master a new programming language is to learn from scratch using a simple programmer’s notepad.
Also if you want to automate your builds with or without NAnt/MSBuild, you’d better know how the C# command line compiler works.
 
I prefer [...]