vote up 7 vote down star
8

Which is the best open source .NET tool you have used? Please list one tool per answer.

flag
I think it will be interesting to have all the suggestion on the question body, mainly because the question is so subjective and depends so much on what you need that having all the options together would be great. – Jorge Córdoba Sep 18 '08 at 18:11
this should be wiki – Fredou May 4 at 18:06

25 Answers

vote up 20 vote down

NUnit - for unit testing

link|flag
vote up 13 vote down

Paint.NET - best non-Photoshop image editor I've ever used. And a very impressive usage of .NET code (they use the Pen Computing API for the drawing input, for example, and the program itself is multithreaded)

link|flag
vote up 8 vote down

SubSonic for object relational data mapping.

link|flag
vote up 8 vote down

SharpDevelop - IDE

link|flag
vote up 7 vote down

nAnt -- automated build

link|flag
vote up 7 vote down

Mono (Open source .net implementation for OS X, Linux and mostly anywhere else someone is interested in running it).

link|flag
vote up 6 vote down

NHibernate

link|flag
vote up 6 vote down

I am surprised log4net hasn't popped up yet.

link|flag
vote up 5 vote down

Rhino Mocks

link|flag
vote up 4 vote down

Moq - An open source Mock Object Framework.

link|flag
vote up 4 vote down

Regionerate:

http://www.rauchy.net/regionerate/

A great addin for VisualStudio that organizes your code into regions, helps keep your stuff clean.

link|flag
Regions are a code smell imho. Probably t oo much stuff going on in the class? – Bjorn Reppen Sep 19 '08 at 19:45
Even worse if used inside a method.. – Bjorn Reppen Sep 19 '08 at 19:46
vote up 3 vote down

CruiseControl, for build automation

EDIT: Nant, mentioned previously in this thread, is used to automate builds. CruiseControl automates Nant (fires it off when there's a checkin, can notify you via a try icon when someone has broken the build, etc.). You can leverage your investment in Nant scripts with CruiseControl.

link|flag
vote up 3 vote down

SharpZipLib for working with zip files.

link|flag
vote up 2 vote down

Castle Windsor

link|flag
vote up 2 vote down

TreeSurgeon!

http://www.codeplex.com/treesurgeon

Sets you up with a ready to roll Nant build file and project structure ready for CruiseControl

link|flag
vote up 1 vote down

iBatis.Net (object relational mapper)

http://ibatis.apache.org/index.html

link|flag
vote up 1 vote down

GhostDoc is handy for XML meta-data commenting in Visual Studio.

link|flag
vote up 1 vote down

Selenium Remote Control

Selenium is a test automation tool that provides a few different ways to automate testing of web applications. (via a GUI with Selenium IDE, or via NUnit with Selenium Remote Control).

link|flag
vote up 1 vote down

WatiN - http://watin.sourceforge.net/

Awesome test automation tool similar to Selenium.

Has a recorder too:

http://watintestrecord.sourceforge.net/

Good for IE and Firefox testing since version 2.0.

link|flag
vote up 1 vote down

Not sure if this applies but: MySql Net Connector (for using MySQL as a db for .NET Programs)

link|flag
vote up 0 vote down

Line Counter for project

link|flag
vote up 0 vote down

Tortoise Bar for Visual Studio

link|flag
vote up 0 vote down

Part Cover is a decent code coverage tool

link|flag
vote up 0 vote down

NUBuild - The simplest of all build .Net tools out there.

http://nubuild.codeplex.com

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.