how to compile .cs to .dll in visual c# express

Locked how to compile .cs to .dll in visual c# express

  • Thursday, August 18, 2005 6:32 AM
     
     
    Hi
    Im newbie in C# and visual studio tool, may i know how to compile abc.cs to abc.dll?
    like cmd: csc /nologo /t:library /out:Test.dll Test.cs

    thanks

All Replies