csc.exe

 

/out

/target:exe

/target:library

/target:module

/target:winexe

 

Sample:

Csc /target:exe TestApp.cs

Csc /t:exe TestApp.cs

Csc TestApp.cs

 

Csc /r:System.Windows.Forms.dll TestApp.cs

Csc /r:System.Windows.Forms.dll;System.Drawing.dll *.cs

Csc /r:System.Windows.Forms.dll TestApp.cs HelloMsg.cs

Csc /r:System.Windows.Forms.dll *.cs

 

Response File

Csc @TestApp.rsp

Csc /out:MyCoolApp.exe @TestApp.rsp

 

TextPad tool(C# Editor)

Notepad++ tool

SharpDevelop tool

VC# Express

VS 2008

 

Other tools

FxCop

Lutz Roeder's Reflector

NAnt

NDoc

NUnit

你可能感兴趣的:(.net)