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

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


Answer this question

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