Which is the best open source .NET tool you have used? Please list one tool per answer.
|
8
|
|||||
|
|
|
NUnit - for unit testing |
|||
|
|
|
|
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) |
|||
|
|
|
|
SubSonic for object relational data mapping. |
|||
|
|
|
|
SharpDevelop - IDE |
|||
|
|
|
|
nAnt -- automated build |
|||
|
|
|
|
Mono (Open source .net implementation for OS X, Linux and mostly anywhere else someone is interested in running it). |
|||
|
|
|
|
I am surprised log4net hasn't popped up yet. |
|||
|
|
|
|
Moq - An open source Mock Object Framework. |
|||
|
|
|
|
Regionerate: http://www.rauchy.net/regionerate/ A great addin for VisualStudio that organizes your code into regions, helps keep your stuff clean. |
||||
|
|
|
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. |
|||
|
|
|
|
SharpZipLib for working with zip files. |
|||
|
|
|
|
TreeSurgeon! http://www.codeplex.com/treesurgeon Sets you up with a ready to roll Nant build file and project structure ready for CruiseControl |
|||
|
|
|
|
iBatis.Net (object relational mapper) |
|||
|
|
|
|
GhostDoc is handy for XML meta-data commenting in Visual Studio. |
|||
|
|
|
|
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). |
|||
|
|
|
|
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. |
|||
|
|
|
|
Not sure if this applies but: MySql Net Connector (for using MySQL as a db for .NET Programs) |
|||
|
|
|
|
Part Cover is a decent code coverage tool |
|||
|
|
|
|
NUBuild - The simplest of all build .Net tools out there. |
|||
|
|
