up vote 7 down vote favorite
12
share [g+] share [fb]

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

link|improve this question
1  
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
feedback

25 Answers

NUnit - for unit testing

link|improve this answer
feedback

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|improve this answer
Paint.NET is more like freeware than open source. see blog.getpaint.net/2009/11/06/a-new-license-for-paintnet-v35 "the source code was released, but it was never an open and collaborative project that accepted unsolicited code submissions" – sprocketonline Apr 18 '11 at 10:39
Well and also, it wasn't even open source much longer after I originally wrote this answer. – Schnapple Apr 18 '11 at 20:01
feedback

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

link|improve this answer
feedback

nAnt -- automated build

link|improve this answer
feedback

SubSonic for object relational data mapping.

link|improve this answer
feedback

I am surprised log4net hasn't popped up yet.

link|improve this answer
feedback

Moq - An open source Mock Object Framework.

link|improve this answer
feedback

Regionerate:

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

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

link|improve this answer
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
feedback

SharpZipLib for working with zip files.

link|improve this answer
feedback

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|improve this answer
feedback

TreeSurgeon!

http://www.codeplex.com/treesurgeon

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

link|improve this answer
feedback

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

link|improve this answer
feedback

iBatis.Net (object relational mapper)

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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|improve this answer
feedback

Part Cover is a decent code coverage tool

link|improve this answer
feedback

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

http://nubuild.codeplex.com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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