.NET信息笔记

来源:互联网 发布:mysql怎么下载旧版本 编辑:程序博客网 时间:2024/06/03 15:00

.NET 的新十大工具

 

Webmatrix, Visual Studio Express, Notepad++, JustDecompile, Fiddler, FileZilla, LINQPad, soapUI, ncrunch, kdiff3, sublimetext

 

免费的Web站点代码编写以及管理工具:

 http://www.microsoft.com/web/webmatrix/

 

HTTP 调试器以及监视器、性能测试工具: Fiddler

Fiddler是一个Web调试代理,记录所有的HTTP(s)的计算机和互联网之间的流量。Fiddler允许你检查信息流,设置断点,甚至随便操作流入或流出数据。Fiddler包含一个功能强大的基于事件的脚本子系统,可以作为任何.NET语言的扩展。 

Fiddler 下载URL地址: http://www.fiddlertool.com/Fiddler/dev/

 

.NET的免费反编译工具:

JustDecompile

http://www.telerik.com/products/decompiler.aspx

 

免费的轻量级文本编辑工具:Notepad ++ (可以用于代码编写)

http://notepad-plus-plus.org/

 

免费的SOAP测试工具(含功能以及性能测试)

http://www.soapui.org/

 

免费的文本比较工具:kdiff3

http://kdiff3.sourceforge.net/ 

 

Sublime Text is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features.

http://www.sublimetext.com/

 

LINQPAD 表达式计算工具:

http://www.linqpad.net/

 

免费的自动、持续单元测试工具:

NCrunch is an automated parallel continuous testing tool for Visual Studio .NET. It intelligently takes responsibility for running automated tests so that you don't have to, and it gives you a huge amount of useful information about your tests (such as code coverage and performance metrics) inline in your IDE while you work.

http://www.ncrunch.net/