vote up 52 vote down star
108

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

All the obvious ones (Reflector, Resharper, VS & TFS Power Commands, ILMerge, etc)

Plus:

  • AtomineerUtils add in for Visual Studio (for documentation comments)
  • AraxisMerge (I've tried 'em all, and this is the only diff/merge that I trust)
link|flag
vote up 0 vote down

MsBuild Profiler From the project:

MSBuild Profiler is a performance measurement tool for MSBuild scripts. MSBuild Profiler shows a graphical performance output for all your MSBuild scripts, giving you a fair chance to optimize your build time.

link|flag
vote up 0 vote down

Some kind of versioncontrol (must have for any software development). Possible candidates: SVN, CVS, Perforce, GIT, ClearCase, VSS, ...

link|flag
vote up 0 vote down

I like to use MZ Tools for both .Net and VBA development. I don't use all of the tools in Visual Studio, but use quite a bit more of them in VBA. The VBA is free and the VS add in has a trial. I really like the private clipboard with 10 slots and use the sort code elements quite a bit.

Coincedentally, a lot of the tools I use have redundant features.

link|flag
vote up 0 vote down

i have included some missing entries

  1. Watin
  2. Mole For WS
  3. HTTPWatch
  4. Paint.Net
  5. IE Developer ToolBar
  6. Notepad++
  7. NAnt
  8. Rich copy 4.0 (Microsoft)

Cheers

Ramesh Vel

link|flag
vote up 0 vote down

I use:

  • ReShaper - Who could live without it?
  • AnkhSVN - It should be a part of VS (oh, they got their own tool)
  • GhostDoc - Simple and fast
  • StyleCop - To keep me within borders
  • FxCop - My manager complain less when he get some of it's output...
link|flag
vote up 1 vote down

Regulator is one of my favorites. Open source regular expressions editor and tester.

link|flag
vote up 1 vote down

1) Resharper

2) Reflector

3) SQL Profiler

link|flag
vote up 1 vote down

Here's what I MUST have on every install:

  • AnkhSVN 2
  • NUnit
  • SandCastle
link|flag
vote up 1 vote down

TimeSnapper

link|flag
vote up -1 vote down

How about Process Monitor? (Along with the rest of the Sysinternals Suite)

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

Keepass for managing passwords.

link|flag
vote up 5 vote down

TortoiseSVN (Subversion client for Windows)

link|flag
vote up 2 vote down

Cropper , like Vista's snipping tool, for taking screenshots quickly. Useful for graphic design, documentation, bug reporting etc.

link|flag
vote up 0 vote down

VisualSVN Server (Subversion Source Control for Windows & Active Directory)

link|flag
vote up 2 vote down

Uhmm what about:

PowerShell

Here's a very interesting video from the "Java And Object Oriented" ( JAOO ) conference.

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

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

link|flag
vote up 0 vote down

Pinvoke.net Add-in

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

Reflector and Nunit - bar none

link|flag
vote up 10 vote down

Nunit

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

Or Kaxaml

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

Xaml Power Toys

link|flag
vote up 3 vote down

Snippet Compiler

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.