up vote 125 down vote favorite
204
share [g+] share [fb]

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?

link|improve this question
2  
if i was on a desert island why the heck would i still be writing code? and where would the electricity come from for the computer? – Steven A. Lowe Oct 8 '08 at 1:27
1  
Hah hah ha Indeed. And even if you have one of those 1LPC with auto charger, you couldn't write .net apps because of the license. Nice comment Steven... – OscarRyz Oct 28 '08 at 17:57
2  
How is this a duplicate? This is clearly specific to FREE applications, which the other article does not stipulate. – Joseph Jun 9 '09 at 15:23
show 14 more comments
feedback

closed as not constructive by Sam Saffron Oct 5 '11 at 1:10

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

87 Answers

1 2 3

Reflector - Class browser, analyzer, decompiler for .NET

link|improve this answer
4  
Reflector's going paid-only. – Dan Abramov Feb 8 '11 at 21:52
show 4 more comments
feedback

Process Explorer from SysInternals is a must have.

link|improve this answer
1  
Not only for .net but for all windows development this is a must have :) – d0k Jan 7 '09 at 19:57
show 1 more comment
feedback

Paint.NET

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

link|improve this answer
4  
Call me old-school, but I really prefer GIMP for image editing :) – Jørn Schou-Rode Jan 18 '10 at 14:19
feedback

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|improve this answer
show 1 more comment
feedback

Expresso - Regular Expression Development Tool

link|improve this answer
show 1 more comment
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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

.Net Reflector!

link|improve this answer
feedback

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|improve this answer
1  
+1 for TSVN, Sandcastle, SHFB! – Daniel Schaffer Apr 24 '09 at 20:14
show 2 more comments
feedback

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|improve this answer
1  
Please write the description of this utility. – Binoj Antony Mar 23 '09 at 8:31
feedback

Fiddler, didn't see that one.

link|improve this answer
show 1 more comment
feedback

TortoiseSVN (Subversion client for Windows)

link|improve this answer
feedback
  • Resharper
  • Redgate ANTS profiler
  • NCover

I could, if absolutely necessary, 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|improve this answer
feedback

cruisecontrol.net

link|improve this answer
feedback
link|improve this answer
18  
Okay you got me I thought Rubber Ducky was an actual tool – Omar Kooheji Oct 29 '08 at 20:11
2  
Ya he got me as well. – Kirschstein Sep 4 '09 at 11:48
2  
Damn, even with the comment there I lost the game... – Gus Dec 17 '09 at 13:04
show 2 more comments
feedback

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|improve this answer
feedback

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|improve this answer
feedback

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

Edit: also, SourceGear DiffMerge.

link|improve this answer
show 1 more comment
feedback

In this order:

  1. Resharper
  2. Reflector
  3. NUnit
  4. RhinoMocks or a similar mocking framework
link|improve this answer
feedback

Hawkeye - .NET Runtime Object Editor

link|improve this answer
feedback

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

link|improve this answer
feedback

Another regular expression development tool - Regulator

link|improve this answer
feedback

Viewstate Decoder - By Fritz Onion

link|improve this answer
feedback

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

  • NUnit
  • VisualSVN
  • TestDriven.net
link|improve this answer
feedback
1 2 3

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