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

1 2 3 next
vote up 32 vote down

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

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

Process Explorer from SysInternals is a must have.

link|flag
1  
Not only for .net but for all windows development this is a must have :) – d0k Jan 7 at 19:57
vote up 27 vote down

Other than Microsoft tools like Visual Studio and SQL Management Studio?

  1. Reflector
  2. MSDN Library (Assuming no internet access on island)
  3. NUnit + TestDriven.Net
link|flag
vote up 27 vote down

Paint.NET

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

link|flag
vote up 23 vote down

Other than Visual Studio 2008, I'd have to say...

.Net Reflector!

link|flag
vote up 17 vote down

Expresso - Regular Expression Development Tool

link|flag
show 1 more comment
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 13 vote down

I find log4net to be pretty handy when doing work in x-tier architecture.

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 10 vote down
  • Resharper
  • Redgate ANTS profiler
  • NCover

I could, if absolutely nescassary, survive without a unit testing framework, since it is possible to knock out a basic one in a couple of days, Otherwise Gallio is my 4th choice.

link|flag
vote up 10 vote down

WinMerge

link|flag
vote up 10 vote down

cruisecontrol.net

link|flag
vote up 10 vote down

Nunit

link|flag
vote up 9 vote down

PowerShell

link|flag
vote up 8 vote down
link|flag
9  
Okay you got me I thought Rubber Ducky was an actual tool – Omar Kooheji Oct 29 '08 at 20:11
show 1 more comment
vote up 8 vote down

On the commercial side, I can't live without CodeRush and Refactor Pro!. Resharper is an excellent tool as well, but there are some things the DevExpress tools do better that, for me, outweigh the things that Resharper does better.

I'm going to stop there lest I start a heated debate.

On the free/open source side: NUnit (MbUnit is pretty groovy too) TestDriven.Net (works with NUnit, or MbUnit) I very much like PowerCommands for VS 2008 (plus the goodnesses that came with VS 2008 SP1)

If you want to produce docs, then Sandcastle is the way to go.

link|flag
vote up 5 vote down

I've recently started xUnit.net (as opposed to NUnit) and rather like it.

Edit: also, SourceGear DiffMerge.

link|flag
vote up 5 vote down

Fiddler, didn't see that one.

link|flag
vote up 5 vote down

Viewstate Decoder - By Fritz Onion

link|flag
vote up 5 vote down

TortoiseSVN (Subversion client for Windows)

link|flag
vote up 4 vote down

Another regular expression development tool - Regulator

link|flag
vote up 4 vote down

Hawkeye - .NET Runtime Object Editor

link|flag
vote up 4 vote down

TestDriven.Net.

link|flag
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 4 vote down

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

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 3 vote down

Snippet Compiler

link|flag
vote up 2 vote down

In this order:

  1. Resharper
  2. Reflector
  3. NUnit
  4. RhinoMocks or a similar mocking framework
link|flag
vote up 2 vote down

SQL Profiler, There's a free one that works for SQL Server Express as well: http://sqlprofiler.googlepages.com/

link|flag
vote up 2 vote down

I'd NEED unit testing and version control or I'd swim off that deserted island.

  • NUnit
  • VisualSVN
  • TestDriven.net
link|flag
1 2 3 next

Your Answer

Get an OpenID
or

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