View Single Post
  #36 (permalink)  
Old January 18th, 2005, 06:23 AM
Bob Bedell Bob Bedell is offline
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,093
Thanks: 1
Thanked 12 Times in 11 Posts
Default

Just stumbled across this aging post, but couldn't resist adding my two cents.

Ever since I got sold on .NET I've been using the command prompt constantly to run the C# compiler. Rather than having to load VS.NET just to test a code snippet or two, it's infinitely more convienient to write up a class in NotePad and compile an assembly from the command line. You end up with a mere two files, as opposed to a folder full of .NET project files and the two files you're actually interested in, the class file and the assembly file. Makes organizing my work a lot easier.

- Bob