现在的位置: 首页 > 综合 > 正文

每个.Net开发者现在应该下载的十个必备工具!

2012年09月28日 ⁄ 综合 ⁄ 共 1126字 ⁄ 字号 评论关闭

1.Snippet Compiler
 一个短小精悍的用来编写小程序的工具;免去一段测试性质的小代码还要打开Vs.net之苦;
     http://www.sliver.com/dotnet/SnippetCompiler

2.Regulator
 一个功能强大的全功能正则表达式测试利器,支持从WebService取得最新的表达式;
 http://royo.is-a-geek.com/regulator

3.CodeSmith
 一个基于末拌的代码生成工具,使用和asp.net详细的语法生成任意类型的代码或文本;
  http://www.ericjsmith.net/codesmith

4.NUnit
 一个基于.net framework的开源单元测试框架;大名鼎鼎,不用多说了!
 http://www.nunit.org

5.FxCop
 The .NET Framework is very powerful, which means there is great potential to create

excellent applications, but there is equal opportunity to create poor programs. FxCop is one

of the tools that can be used to help create better applications by enabling you to examine

an assembly and check it for compliance using a number of different rules.
 不知道怎么翻译了;高手指点一下,这个东东的用处;
 http://www.gotdotnet.com/team/fxcop

6.Lutz Roeder's .NET Reflector
 一个很好用的.Net下的反编译工具;具有清晰的具有层次的树试图显示程序集的各种信息;
 http://www.aisto.com/roeder/dotnet

7.NDoc
 方便的基于代码自动生成文档的工具;
 http://ndoc.sourceforge.net

8.NAnt
 又是一个Java世界的来客,基于.Net的项目管理生成工具;
 http://nant.sourceforge.net

9-10.Switch Tools
 切换工具,有两个功能:切换asp.net的当前使用版本,从vs.net2003的项目转换到2002的项目
 http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx
 http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools 

抱歉!评论已关闭.