vote up 52 vote down star
106

James Avery wrote a classic article a while back entitled Ten Must-Have Tools Every Developer Should Download Now which is a companion to Visual Studio Add-Ins Every Developer Should Download Now and Scott Hanselman has an excellent list on his blog but if you were on a desert island and were only allowed three .NET development tools which ones would you pick?

Update: Assuming you already have an IDE like Visual Studio ...

Update (5) : Up to 08/01 : The current state of play:

What I find particularly interesting about this is that "NUnit + TestDriven.Net " is right up there in third place which shows the growing emphasis on testing as an integral part of the development process rather than as an adjunct which is simply bolted on.

And I'm somewhat perplexed that Codesmith didn't receive a single vote?

flag
2  
How is this a duplicate? This is clearly specific to FREE applications, which the other article does not stipulate. – Joseph Jun 9 at 15:23
show 12 more comments

77 Answers

vote up 0 vote down

Let me cast my vote for DPack

link|flag
vote up 3 vote down

NDepend is not listed?! It covers a set of unique features described here http://www.ndepend.com/Features.aspx:
- Code Query Language (CQL)
- Compare Builds
- 82 code metrics
- Manage Complexity and Dependencies
- Detect Dependency Cycles
- Harness Test Coverage Data
- Enforce Immutability and Purity
- Warnings about the health of your Build Process
- Generate custom report from your Build Process
- Diagrams

link|flag
vote up 0 vote down

A lot of great tools posted so far!

When doing work with regular expressions, I find Kodos to be very useful.

link|flag
show 1 more comment
vote up 0 vote down
  • CodeRush and RefactorPro
  • .NET Reflector
  • Snippet Compiler
  • PowerShell
link|flag
vote up 1 vote down
  • Reflector
  • ReSharper
  • Expresso
  • Gallio (includes MbUnit)
  • NBehave
  • dotTrace
  • GhostDoc
  • Source Code Outliner
  • Regionerate
  • Sandcastle

I find it strange that people go for NUnit+TestDriven.net. The reason is that MbUnit is more powerful (even for simpler stuff like comparing two numbers) and the fact that ReSharper's unit testing support (e.g., the Gallio plug-in) looks good and delivers. My test framework is thus NBehave + MbUnit.

link|flag
show 1 more comment
vote up 27 vote down

Paint.NET

This is a free image editing tool developed using .NET.

link|flag
vote up 17 vote down

Expresso - Regular Expression Development Tool

link|flag
show 1 more comment
vote up 32 vote down

Reflector. A class browser, analyzer and decompiler for .NET.

link|flag
show 1 more comment
vote up 4 vote down

Another regular expression development tool - Regulator

link|flag
vote up 14 vote down

The Ankh SVN .NET plug-in for Subversion integration. It makes working with Subversion much nicer from within Visual Studio, and as the project progresses, it's getting more reliable and feature rich all the time.

link|flag
vote up 4 vote down

Hawkeye - .NET Runtime Object Editor

link|flag
vote up 2 vote down

Ruler - pixel ruler implemented in .NET

link|flag
vote up 1 vote down

That list is VERY long. The best place I've found to go to find stuff is CodePlex.

My humble recommendation: Find a few hours on the weekend, get yourself a cup of coffee, get your favorite slippers on and surf the site. You may very well find yourself there all day. {-o)

link|flag
show 2 more comments
vote up 4 vote down

Snippy. Quickly compile/evaluate C# code and see the output. It was created by Jon Skeet.

link|flag
vote up 5 vote down

Viewstate Decoder - By Fritz Onion

link|flag
vote up 1 vote down

Snoop.

link|flag
vote up 4 vote down

TestDriven.Net.

link|flag
vote up 3 vote down

Snippet Compiler

link|flag
vote up 1 vote down

Xaml Power Toys

link|flag
vote up 11 vote down

LinqPad

It's a useful tool to write and test snippets of code. It has a nice built in editor with syntax coloring and optional auto-completion. It primarily focuses on linq and database query.

link|flag
show 1 more comment
vote up 4 vote down

Can't believe TortoiseSVN and Beyond Compare aren't higher up this list!

For documentation Sandcastle Help File Builder is a great companion to Sandcastle with useful assistance from GhostDoc

link|flag
show 1 more comment
vote up 0 vote down

It was in an answer to my first question, "SQL to LINQ Tool": Linqer (a SQL to LINQ converter tool).

link|flag
vote up 2 vote down

Or Kaxaml

link|flag
vote up -1 vote down

It's got to be Reflector. It is great for decompiling assemblies and seeing how things work.

link|flag
vote up 10 vote down

Nunit

link|flag
vote up -1 vote down

Reflector and Nunit - bar none

link|flag
vote up 1 vote down

EQATEC Profiler - You cannot overstate the value of a good profiler, and this is a definitely a good one.

link|flag
vote up 0 vote down

I've always used the Regular Expression Workbench from Eric Gunnerson. Great for all your Regex needs.

link|flag
vote up 0 vote down

Pinvoke.net Add-in

link|flag
vote up 0 vote down
  • CruiseControl.NET (executable service)

  • NUnit (much better user interface than Visual Studio integrated unit testing)

link|flag

Your Answer

Get an OpenID
or

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