Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
5  
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
3  
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

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

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

87 Answers

1 2 3

Reflector - Class browser, analyzer, decompiler for .NET

share|improve this answer
8  
Reflector's going paid-only. – Dan Abramov Feb 8 '11 at 21:52
3  
wiki.sharpdevelop.net/ilspy.ashx is the alternative to Reflector. – iOnline247 Jan 12 '12 at 15:48
show 4 more comments

Process Explorer from SysInternals is a must have.

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

Paint.NET

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

share|improve this answer
7  
Call me old-school, but I really prefer GIMP for image editing :) – Jørn Schou-Rode Jan 18 '10 at 14:19
show 1 more comment

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

Expresso - Regular Expression Development Tool

share|improve this answer
show 1 more comment

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

share|improve this answer

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

share|improve this answer
1  
+1 for TSVN, Sandcastle, SHFB! – Daniel Schaffer Apr 24 '09 at 20:14
show 2 more comments

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.

share|improve this answer
1  
Please write the description of this utility. – Binoj Antony Mar 23 '09 at 8:31

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.

share|improve this answer

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

.Net Reflector!

share|improve this answer

Fiddler, didn't see that one.

share|improve this answer
show 1 more comment

TortoiseSVN (Subversion client for Windows)

share|improve this answer

cruisecontrol.net

share|improve this answer
  • 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.

share|improve this answer
share|improve this answer
25  
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
3  
Damn, even with the comment there I lost the game... – Gus Dec 17 '09 at 13:04
1  
But [Rubber Ducky] really is a development tool. en.wikipedia.org/wiki/Rubber_duck_debugging – radarbob May 27 '12 at 4:00
show 2 more comments

NDepend is not listed?! It covers a set of unique features described here http://www.ndepend.com/Features.aspx:
- Code Query and Rule over LINQ
- 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

share|improve this answer

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.

share|improve this answer

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

Edit: also, SourceGear DiffMerge.

share|improve this answer
show 1 more comment

In this order:

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

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

share|improve this answer

Another regular expression development tool - Regulator

share|improve this answer

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

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

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