Just stumbled across an article on MSDN covering some nice tools helpful in .net development.
- Snippet Compiler - For all of you who like to deploy quick .NET hack without starting up a whole Visual Studio project
- Regulator – RegEx for humans
- NUnit – Unit tests
- NDoc – Code documentation
- and many more
Article found @ MSDN:
Ten Must-Have Tools Every Developer Should Download Now – James Avery
Advertisement