vote up 45 vote down star
43

With so many open source (or simply freely available) alternatives for nearly every programming tool category, which software do you (or your boss) pay for and why? Is the decision based on saving development time, better functionality, documentation or simply corporate policy?

flag
show 3 more comments

81 Answers

1 2 3 next
vote up 14 vote down check

I bought VS2005 and VS2008. I also purchased Resharper. I use Tortoise SVN and Unfuddle, which are both free tools. Oh and I also purchased Telerik controls.

  • VS because I've found that nothing has the same functionality for coding c#
  • Resharper because I feel it's helping me to become a better coder.
  • Tortoise SVN because I wasn't happy with Ankh and I didn't necessarily need the VS integration.
  • Unfuddle because 1 project at a time is free
  • Telerik because their controls save me time and there wasn't really a good product that's free.
link|flag
8  
What's the point of selecting one answer as "accepted" in a question like this which cannot really have one definitive answer? – Jonik Apr 17 at 15:27
vote up 43 vote down

Beyond Compare. It's just a fantastic compare tool and I couldn't live without it.

link|flag
show 2 more comments
vote up 32 vote down

Resharper, because once you get used to it, it makes coding a lot easier and faster. On top of that it greatly increases the refactoring abilities of Visual Studio .Net.

link|flag
show 1 more comment
vote up 32 vote down

I bought TextMate when I got a mac, one of the best text editors for programmers. I also managed to get two copies bought for $WORK.

link|flag
show 3 more comments
vote up 29 vote down

books.... unless i can get them online for free

link|flag
vote up 28 vote down

Visual Studio

Say what you want about Microsoft, but VS is a great IDE.

link|flag
show 4 more comments
vote up 23 vote down

Total Commander, and if someone ask how it is programming tool, I use it to:

  • diff / merge files
  • compare / synchronize directories
  • deploy using ftp / sftp
  • start / stop servers
  • browse source tree and edit files
  • start / stop services
  • kill / view processes and registry
  • and pretty much everything file related

(add below)

  • Pack/unpack files
  • Peek into a Linux RPM to just view/copy a particular file
  • Mount ISO image
  • Browse Liux / ext partition
link|flag
1  
+1 (+1,000,000 if I could). Total Commander is the one productivity-enhancing tool that everyone must have. If you're still using Windows Explorer for your daily tasks, you're wasting A LOT of time. – Ates Goral Jan 21 at 16:59
show 6 more comments
vote up 22 vote down

Only the computer and a copy of Windows. It's actually the company's, not mine, but that's all they've had to pay for my programming. All the tools I use are free/open.

link|flag
3  
-1 since your answer to the question asked is: None – Nifle Jan 21 at 18:50
show 3 more comments
vote up 22 vote down

Hardware. There just aren't free alternatives to physical hardware, so that's where my money goes to at the moment.

Getting the best software tools, be it free or commercial, is important, but having a good powerful machine for development should not be overlooked -- after all, what good is the newest IDE with code-completion and refactoring tools when those tools take 20 seconds to execute, leading to irritation and decreased produtivity, because the development machine is five years old?

Having a machine with a dual- or quad-core processor with plenty of memory, a fast hard disk and dual-monitor set up is going to be a serious productivity boost, compared to having to fight with a five year old machine which constantly disk swaps due to a lack of memory.

link|flag
vote up 21 vote down

FogBugz. It's just so painless and streamlined compared to free options I've tried such as Trac and Bugzilla.

link|flag
show 10 more comments
vote up 20 vote down

I like UltraEdit. It's easy to use, very configurable, does conversions and has macro recording capabilities. The free editor NotePad ++ is coming along, but it hasn't caught up quite yet.

link|flag
show 4 more comments
vote up 18 vote down

Visual Assist X

link|flag
1  
Support for C/C++ – Rasmus Faber Jan 21 at 20:20
show 1 more comment
vote up 17 vote down

IntelliJ IDEA, which is by far the best Java IDE there is (imho). In particular, it's code completion, refactoring, search capabilities and a whole lot of little touches just put it head and shoulders above any other I've used (Eclipse, Netbeans, JDeveloper and years ago Jbuilder).

link|flag
show 3 more comments
vote up 16 vote down

ViEmu. It's a VI emulation layer for Visual Studio. It rocks!!!

link|flag
show 5 more comments
vote up 11 vote down

Red Gate ANTS profiler

link|flag
vote up 9 vote down

RegexBuddy is well worth the money if you use Regular Expressions at all.

link|flag
show 1 more comment
vote up 9 vote down

you can find more info here:

Software worth buying

link|flag
vote up 8 vote down

Visual SVN. Ankh just crashes my VS too much.

link|flag
show 5 more comments
vote up 7 vote down

I purchased a license for JungleDisk. It's not a programming tool, but it allows me to sleep better at night, knowing that Amazon will take good care of my Subversion repository backups and other important data of mine.

link|flag
vote up 5 vote down

I mainly bought the following tools for personal use:

  • Visual Studio Standard 2008 (and the predecessors)
  • ReSharper
  • RegExBuddy

There are no better free variants for those tools, and they support my development work with many productivity tools to be worth the money.

I will buy IntelliJ IDEA as soon as I will have some serious Java projects to do, because I am fed up with various nagging problems in Eclipse.

link|flag
vote up 5 vote down

I have paid for ActiveState's Komodo IDE in the past. It's kind of like Visual Studio for Perl, Python, Ruby and Tcl. And it runs on Windows, Linux, Solaris and OS X. Probably not something that hardcore emacs/vi people would like, but I found it to be wonderful when debugging relatively large bodies of code (5000+ lines of Python for example). Komodo even has an emacs emulation mode which works pretty well but of course doesn't mimic emacs exactly.

The full edition of Komodo costs somewhere between $200 and $300 and is well worth the price in my opinion. That being said, I don't currently use it now - I almost exclusively use emacs these days. I would love to find a nice embedded Python debugger for emacs. . .

link|flag
show 1 more comment
vote up 4 vote down

Microsoft related

  • Visual Studio w/ MSDN
  • Expression Studio

Adobe

  • Flex Builder
  • Flash
link|flag
vote up 4 vote down

RedGate SQL toolbelt - the schema/data compare tools are awesome, as is the DB documentation tool. The prompt tool (i.e. intellisense for SQL) is also worth a look, although can be slow on a large DB

link|flag
vote up 4 vote down

MSDN subscription, with Visual Studio.

link|flag
vote up 4 vote down

Lots of Books!

The best tool out there that can teach you more every day.

Make your employer add a book budget in if you do not have it. I've never been turned down, they're cheap compared to standard training.

Plugin's I personally pay for: vimui - http://www.viemu.com/

and of course MSDN

link|flag
vote up 3 vote down

IntelliJ IDEA.

I've been doing some programming in Groovy and nothing even comes close to IDEA's support for Groovy.

Nowadays, it's even suited for Flex, ActionScript, Python and Scala development.

link|flag
vote up 3 vote down

NDepend.

If you ever inherit a mountain of legacy .NET code base and have trouble weeding through the hundreds of thousands of lines of code figuring what assemblies, namespaces, classes make use of what other assemblies, namespaces, classes.

link|flag
vote up 2 vote down

TestDriven.NET. The integration with VS is perfect. Note that this is free for personal use.

link|flag
vote up 2 vote down

LINQPad - Not just for developing LINQ stuff, can execute any arbitrary C#/VB.NET expressions and statements. Super helpful for exploring the classes and methods.

link|flag
vote up 2 vote down

Prince XML, which is expensive (at nearly US$3,800 for a server license but if you want a robust, fast, superb HTML to PDF converter that understands CSS2.1 (and even quite a few CSS3 features) then there is no other choice.

Prince XML even passes the Acid2 test.

Just look at the samples. It's a truly extraordinary piece of software.

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.