Comment Re:Windows without a compiler?! (Score 2, Informative) 345
Windows does come with compilers in the .NET Framework, which is either on your windows CDs or available through Windows Update.
But, in 1.0 and 1.1 there was no build/make tool, and no resources compiler (like resgen) so even though you had the VB/C# compiler, you still needed to download the SDK or install Visual Studio to build managed projects. Really, the reason those compilers were in the
This is fixed in 2.0 (Whidbey). There's now a build tool (MSBuild, see http://channel9.msdn.com/wiki/default.aspx/MSBuil