(1)Json.net (用于Json的序列化与反序列化)
下载地址:http://james.newtonking.com/projects/json-net.aspx
包里有文档和多个版本的库。
(2)TestDriven.net (.net下好用的单元测试)
官方地址:http://www.testdriven.net/
(3)Jquery (JS现流行的,好用的JS库)
官方地址:http://jquery.com/
现在最新版本:1.4,我原来一直用1.3.2.现在的MVC 2 RC2中开始用1.4
(4)NHibernate (流行广泛的ORM开源框架)
官方地址:https://www.hibernate.org/343.html
还有一个地址:http://nhforge.org/
更多内容参见:Lee的系列文章
http://www.cnblogs.com/lyj/archive/2008/10/30/1323099.html
(5)Castle.net (开源,ORM|Ioc|MVC|AOP)
官方地址:http://www.castleproject.org/castle/download.html
更多内容参见:terrylee的系列文章
http://terrylee.cnblogs.com/archive/2006/04/28/castl_ioc_article.html
(6)Spring.net (重量级的Ioc)
官方地址:http://www.springframework.net/
更多内容:刘冬的系列文章
(7)Log4net (.net下,开源,优秀的日志组件)
官方地址:http://logging.apache.org/log4net/download.html
(8)NInject(轻量级的Ioc)
下载地址:http://ninject.codeplex.com/wikipage?title=User%20Guide&referringTitle=Home
这个文档少,但Di由xml配置方式改为Module编程统一配置
(9)Fluent NHibernate(流畅的NH)
把映射文件由xml转到程序中以lambda程序配置,我感觉没什么改变,只是契合了net3.5的一些新特性。如果熟练了,xml配置根本不是问题,引用一句名言:
“我已经达到了把XML当小说看的境界,所以不介意XML映射的”——NH小组助理Gray Zhang 呵呵。
官方地址:http://fluentnhibernate.org/
(10)NUnit(测试工具,红黄绿)
官方网址:http://www.nunit.org/index.php
下载地址:http://www.nunit.org/index.php?p=download