DOS environment:
C: /Winnt/Microsoft.Net/framework/v1.1.4322/csc / t: library f: /dmh.cs
You can put multiple items in a solution.
If you installed the VS2003, you start -> Program -> Microsoft Visual Studio .NET 2003-> Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Tips, in the Visual Studio .NET 2003 command prompt, find your program Located, then you can knock: CSC / T: library / out: library name .dll
.cs file
Hand-compilation
Separate compilation:
CSC / OUT: (to save .DLL path) / T: library (to compile .cs file)
CSC / OUT: (another .DLL file name to be generated) / T: library (the same .cs file)
Agree, you can compile into a DLL as long as it is a CS file.