DotNet Tools

11. NUnitAsp ASP.NET unit testing http://nunitasp.sourceforge.net/

NUnitAsp is a tool for automatically testing ASP.NET web pages. It's an extension to NUnit, a tool for test-driven development in .NET.

Once you have an automated suite of tests, you'll never go back. It gives you incredible confidence in your code. That confidence allows you to code much faster, because you can make risky changes secure in the knowledge that your tests will catch any mistakes.

NUnitAsp is for unit testing ASP.NET code-behind only. It's meant for programmers, not QA teams, and it's not very good for QA-style acceptance tests. It only tests server-side logic. JavaScript and other client-side code is ignored. But if you're using ASP.NET, it's an essential part of your programmers' toolset.


10. Resharper

9. 反编译工具
    a. .NET Reflector http://www.aisto.com/roeder/dotnet http://www.aisto.com/Incoming/Reflector/AddIns/

8. 正则表达式生成工具

7. 版本切换/转换工具
    a. ASP.NET Version Switcher
    b. Visual Studio .NET Project Converter

6. 灵巧的代码编译工具 Snippet Compiler

5. 代码检查工具 FxCop

4. 代码生成工具 CodeSmith

3. 项目生成工具 NAnt

2. 文档生成工具  NDoc

1. 单元测试工具 NUnit


posted on 2006-03-30 17:56  辛兵  阅读(806)  评论(0编辑  收藏  举报