vote up 52 vote down star
107

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 2 vote down
  1. BeyondCompare
  2. Reflector
  3. DPack VS Plugin
link|flag
vote up 2 vote down
  1. devexpress tools
  2. reflector
  3. notepad++ for all sorts of file editing
link|flag
vote up 2 vote down

Ruler - pixel ruler implemented in .NET

link|flag
vote up 2 vote down

Or Kaxaml

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 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 1 vote down
  • .NET Reflector
  • NUnit
  • Any decent text editor
link|flag
vote up 1 vote down
link|flag
vote up 1 vote down
link|flag
vote up 1 vote down
  • SysInternals - Process Explorer, FileMon, RegMon
  • DevExpress / Refactor Pro
  • NUnit
  • VMWare
  • Notepad++
link|flag
vote up 1 vote down

When it comes to .NET3.5 (WPF and Silverlight) You got plenty of more tools for the programming

  1. Expression Studio(Blend for Silverlight and WPF)
  2. XAML Pad
  3. KaXaml http://www.kaxaml.com/
  4. Blender for 3D modeling http://www.blender.org/
  5. Snoop a WPF tool http://blois.us/Snoop/

And ofcourse Reflector as always

link|flag
vote up 1 vote down

Not technically a .net tool, a very useful too none the less, and one I have been using for years. CLCL a clipboard extender. I am also liking DiffMerge for comparing too.

link|flag
vote up 1 vote down

CodeRush, Refactor Pro, Fiddler 2,

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

Snoop.

link|flag
vote up 1 vote down

Xaml Power Toys

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

Keepass for managing passwords.

link|flag
vote up 1 vote down

TimeSnapper

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

1) Resharper

2) Reflector

3) SQL Profiler

link|flag
vote up 1 vote down

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

link|flag
vote up 0 vote down

I'd have to vote for:

link|flag
vote up 0 vote down
  • Small Sysinternals Gem == DebugView
  • CruiseControl.net
  • Resharper
  • Reflector
  • LinqPad
  • WCF Trace Viewer (SDK)
link|flag
vote up 0 vote down
  • VMWare
  • Reflector
link|flag
vote up 0 vote down

Resharper, Ghostdoc, SnippetCompiler

link|flag
vote up 0 vote down

So the big three are:

  1. Reflector
  2. Resharper
  3. TestDriven.Net

I won't be updating the list any longer.

link|flag
vote up 0 vote down
  • Resharper
  • NUnit + TestDriven.Net
  • RhinoMocks
link|flag
vote up 0 vote down

Let me cast my vote for DPack

link|flag

Your Answer

Get an OpenID
or

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