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

prev 1 2 3
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 1 vote down

LINQPad with Intellisense. Very handy when working with Linqtosql.

link|flag
vote up 0 vote down

Visual Studio 2005

link|flag
vote up 0 vote down

Visual Assist Its brilliant intellisense allows me to concentrate on the logic instead of name of the variable, function parameters, variable scopes etc.

link|flag
vote up 0 vote down

StrokeIt -- mouse gesture recognition engine and command processor

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

TextMate because it is just so good and yet cheap.

link|flag
vote up 1 vote down

Most of the stuff we buy is big ticket items

  • JIRA because it works well.
  • Confluence for the same reason.
  • Adobe Design CS because we occasionally need to use Illustrator, Photoshop, and Acrobat.
  • RVDS because it makes our code run faster.

Pretty much everything else we use is free other than the obvious stuff like Visual Studio, XP, Leopard... We've got TextMate. Can't think of anything else off-hand, though I'm sure I'm missing something.

link|flag
vote up 1 vote down

I bought a license for Textpad.

link|flag
vote up 0 vote down

Hardware and Windows license, VS 2008, Visual Sourcesafe (Even though its not great), and TextPad..

Everything else i use is Open source..

link|flag
vote up 0 vote down

TextMate and VMWare Fusion

link|flag
vote up 0 vote down

I'm something of a tool junkie, I guess

  • Intellij
  • Ultraedit
  • SmartSVn & SmartCVS
  • Araxis Merge
  • JGSoft Regex Buddy & PowerGrep
  • SparxSystems Enterprise Architect
  • DbVisualizer
  • Structure101 (Headwaysoftware)
  • StylusStudio (XML editor, I use it for xslt transformations)
link|flag
vote up 1 vote down

Well I have a MSDN subscription of my own. Then I bought a copy of CodeSmith when I got tired of basically typing in the same thing over and over for some blocks of code I couldn't do any other way. Between the two, worth every penny.

link|flag
vote up 0 vote down

Resharper / Beyond Compare / EMS MySql Manager / TDD.NET

link|flag
vote up 0 vote down
  • FlexBuilder Standard
  • Adobe CS3 (Web Premium)
  • Visual Studio Pro & MSDN Premium (annually)
  • UltraEdit
  • FogBugz
  • Vault

.. and lots and lots of books! (And noise-canceling headphones, if those count.)

link|flag
vote up 0 vote down

TextMate just because it's a great text editor. I also use VMWare Fusion to run Visual Studio, so add that to the list.

Also, my Sennheiser HD580 headphones -- You wouldn't think so, but they're the most valuable programming tool in my arsenal. :)

link|flag
vote up 0 vote down
  • MyEclipse
  • Advanced Find and Replace
  • Unfuddle
link|flag
vote up 0 vote down

VB6.. back in the'day.

link|flag
vote up 0 vote down

We pay for Visual SlickEdit. It's one of the best text editors I've used for writing code, plus it works with a variety of programming languages (a requirement for us).

link|flag
vote up 0 vote down

Code Collaborator which is an awesome peer-review tool. Our team purchased seats for it, and it has been a huge assist in making peer-reviews painless and effective.

link|flag
vote up 0 vote down

I like textpad. It has a nice simple interface and can record macros. It also can be set to highlight just about any language syntax.

link|flag
prev 1 2 3

Your Answer

Get an OpenID
or

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