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

prev 1 2 3
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 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

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

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 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 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

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

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

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
  • CruiseControl.NET (executable service)

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

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

Reflector and Nunit - bar none

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

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

link|flag
prev 1 2 3

Your Answer

Get an OpenID
or

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