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

推荐订阅源

T
The Blog of Author Tim Ferriss
S
Securelist
D
Docker
The Register - Security
The Register - Security
GbyAI
GbyAI
Recorded Future
Recorded Future
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
罗磊的独立博客
博客园 - 【当耐特】
F
Full Disclosure
WordPress大学
WordPress大学
腾讯CDC
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
I
InfoQ
MyScale Blog
MyScale Blog
量子位
Cyberwarzone
Cyberwarzone
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园_首页
H
Help Net Security
K
Kaspersky official blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Webroot Blog
Webroot Blog
Blog — PlanetScale
Blog — PlanetScale
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
The Cloudflare Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
爱范儿
爱范儿
P
Privacy International News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
The GitHub Blog
The GitHub Blog
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog RSS Feed

博客园 - 数码幽灵

[转贴] 网络硬盘“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