IBlog<Johan>

This and that in a developer's life in general

News

Follow johandanforth on Twitter

Random Links

Walkthroughs and Tutorials

Must-have tools for .NET developers

This is a pretty old one, but still, the tools on this list are just great. I still have to look at CodeSmith and Regulator.

The tools on the list are these:

  • NUnit to write unit tests
  • NDoc to create code documentation
  • NAnt to build your solutions
  • CodeSmith to generate code
  • FxCop to police your code
  • Snippet Compiler to compile small bits of code
  • Two different switcher tools, the ASP.NET Version Switcher and the Visual Studio .NET Project Converter
  • Regulator to build regular expressions
  • .NET Reflector to examine assemblies

I would like to add ReSharper (from the JetBrain people) to the list, a quite good refactoring tool.

Comments

Scott Dockendorf said:

Great list! I found this one a while back, and thought it was worth a bookmark (or blog roll entry)

http://www.hanselman.com/blog/content/radiostories/2003/09/09/scottHanselmansUltimateDeveloperAndPowerUsersToolsList.html

# January 23, 2005 11:47 AM

Johan Danforth said:

Yay, thanks.
# January 23, 2005 12:25 PM

monsoondawn said:

The list neglects one thing: a tool to get around WinXP Pro's idiotic one website limit. Cassini Extended is good but not great and all development on it seems to have been halted. VS.NET 2005 is still a ways away.
# January 23, 2005 12:44 PM

Johan Danforth said:

Yeah, I agree, I don't like that limit at all :(
# January 23, 2005 12:55 PM

Tim Haines said:

I used a little program called IISAdmin to get around the one website limit. However, I've recently switched back to building apps in virtual folders of the main website, as this shows me that the app will work as a virtual folder on a web host. I don't want to get in the trap where I forgot to make URLs use the application root (~), and then have to revise them later.
# January 24, 2005 3:06 PM