(1) json.net (for JSON serialization and deserialization)
: Http://james.newtonking.com/projects/json-net.aspx
The package contains documents and libraries of multiple versions.
(2) testdriven.net (easy-to-use unit test in. Net)
Official Address: http://www.testdriven.net/
(3) jquery (a popular and useful JS Library)
Official Address: http://jquery.com/
Now the latest version: 1.4. I used to use 1.3.2. Currently, 1.4 is used in MVC 2 RC2.
(4) nhib.pdf (a popular open-source ORM Framework)
Official Address: https://www.hibernate.org/343.html
Another address: http://nhforge.org/
For more information, see Lee's series of articles.
Http://www.cnblogs.com/lyj/archive/2008/10/30/1323099.html
(5) castle.net (Open Source, Orm | IOC | MVC | AOP)
Official Address: http://www.castleproject.org/castle/download.html
For more information, see the terrylee series.
Http://terrylee.cnblogs.com/archive/2006/04/28/castl_ioc_article.html
(6) spring.net (heavyweight IOC)
Official Address: http://www.springframework.net/
More: Liu Dong's series of articles
(7) log4net (open-source and excellent log components under. Net)
Official Address: http://logging.apache.org/log4net/download.html
For details about how to use it, see my quick start guide.
Http://www.cnblogs.com/jams742003/category/222675.html
(8) ninject (lightweight IOC)
Official Address: http://www.ninject.org/
: Http://ninject.codeplex.com/wikipage? Title = USER % 20 guide & referringtitle = home
This document is rare, but Di is changed from xml configuration mode to module programming unified configuration.
(9) fluent nhib.pdf (fluent NH)
I have changed the ing file from XML to the program for Lambda program configuration, but it fits some new features of net3.5. If you are skilled, xml configuration is not a problem at all. I would like to quote a famous saying:
"I have reached the realm of reading XML as a novel, so I don't mind XML ing." -- NH Team AssistantGray ZhangHaha.
Official Address: http://fluentnhibernate.org/
(10) nunit (test tool, red, yellow, and green)
Http://www.nunit.org/index.php
: Http://www.nunit.org/index.php? P = download