
Compiling,assembling,deploying thru command line NOT thru VS.NET
It's all in the Framework SDK documentation. Look under the section
"Compiler and Language Reference". The SDK documentation is installed when
you install the SDK, which is also part of VS.NET or it is available online
at the MSDN Library [1]
HTH,
--
Christoph Schittko
Software Architect
[1] http://msdn.microsoft.com/library
Quote:
> While I have the MS Visual Studio .NET IDE,
> I'd like to first get knowlege of how all of these .NET components
> work together to create an application.
> Is there any URL that documents compiling, linking, deploying a C#
> application from the command line... thru WordPad and batch files?
> I'd like to get a 'background'/theoretical view before going on to the
> IDE.
> thank you
> roger