惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
SegmentFault 最新的问题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Attack and Defense Labs
Attack and Defense Labs
F
Full Disclosure
Vercel News
Vercel News
N
News | PayPal Newsroom
The GitHub Blog
The GitHub Blog
H
Hacker News: Front Page
H
Heimdal Security Blog
P
Privacy International News Feed
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cisco Blogs
L
Lohrmann on Cybersecurity
D
Docker
Recent Announcements
Recent Announcements
Security Archives - TechRepublic
Security Archives - TechRepublic
人人都是产品经理
人人都是产品经理
C
CXSECURITY Database RSS Feed - CXSecurity.com
P
Proofpoint News Feed
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 叶小钗
Google Online Security Blog
Google Online Security Blog
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
S
Secure Thoughts
博客园 - Franky
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
P
Palo Alto Networks Blog
Latest news
Latest news
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
Last Week in AI
Last Week in AI
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Cyberwarzone
Cyberwarzone
小众软件
小众软件
Cisco Talos Blog
Cisco Talos Blog
Hacker News: Ask HN
Hacker News: Ask HN
T
Threatpost
T
Tenable Blog
P
Privacy & Cybersecurity Law Blog
WordPress大学
WordPress大学

博客园 - 数码幽灵

[转贴] 网络硬盘“G宝盘”使用体验 - 数码幽灵 - 博客园 个人拼图 有关Web项目使用EnterpriseLibrary的Sercurity问题 - 数码幽灵 - 博客园 关于使用VS.Net2003调试器出现的问题及相关解决方法 关于JavaScript一次提交多个Form出现的问题 看到关于Zope的一些东西 关于SmartClient 与 游戏开发的一点想法 关于Alex 的 ProcessContext 今天看到AppForge的产品 Base4.Net 即将推出 V1.0 WS-Security学习 使用Base4.Net进行项目开发中的问题 发现了C-Omega Essential ASP.NET 读书笔记--Configuration Essential ASP.NET 读书笔记--WebForm Essential ASP.NET 读书笔记--基础 Visual Studio 2005 Express Download Test Driven C# 读书笔记(下) Test Driven C# 读书笔记(上)
每个.Net开发者现在应该下载的十个必备工具!
数码幽灵 · 2004-06-17 · via 博客园 - 数码幽灵

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