Open Source Projects for .NET
March 10, 2009
- Log4Net (http://logging.apache.org/log4net/) _ allowing logging to a variety of output targets. It’s also extremely fast, as performance is a major consideration for the Log4Net team.
- NUnit (http://www.nunit.org/) _ NUnit is useful for automatic regression testing and Test Driven Development.
- MbUnit (http://www.mbunit.com/) _ deserves special mention for the innovations it introduces to unit testing such as row-based testing, combinatorial testing, and transactional rollbacks.
- NHibernate (http://www.nhibernate.org/) _ mapping capabilities between your objects and the underlying database store.
- SubSonic (http://subsonicproject.com/) _ a lightweight data access layer and code generator. It’s often called OR/M Light.
- DotNetNuke (http://www.dotnetnuke.com/) _ a free, open source, web portal application that has a very large and active community of contributors and supporters.
- FCKeditor (http://www.fckeditor.net/) _ an open source rich text editor for web sites that works with multiple web platforms, including ASP.NET.
