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 1 vote down
  • .NET Reflector
  • NUnit
  • Any decent text editor
link|flag
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 32 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 2 vote down

In this order:

  1. Resharper
  2. Reflector
  3. NUnit
  4. RhinoMocks or a similar mocking framework
link|flag
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 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
vote up 8 vote down
link|flag
10  
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 11 vote down

WinMerge

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

I'd have to vote for:

link|flag
vote up 3 vote down
  1. BeyondCompare
  2. Reflector
  3. DPack VS Plugin
link|flag
vote up 1 vote down
  • SysInternals - Process Explorer, FileMon, RegMon
  • DevExpress / Refactor Pro
  • NUnit
  • VMWare
  • Notepad++
link|flag
vote up 10 vote down

cruisecontrol.net

link|flag
vote up 9 vote down

PowerShell

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

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

.Net Reflector!

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 0 vote down
  • VMWare
  • Reflector
link|flag
vote up 0 vote down

Resharper, Ghostdoc, SnippetCompiler

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

Fiddler, didn't see that one.

link|flag
vote up 1 vote down

CodeRush, Refactor Pro, Fiddler 2,

link|flag
vote up 14 vote down

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

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.