vote up 31 vote down star
32

What software products do you use at work that cost money and are totally worth it? Anything from dirt cheap (regex buddy) to expensive (Rational Purify). I'm at windows shop. My manager asked me what tools we might need next year.

Anything from development related tools, to productivity tools, to software that just makes you happy. We already have MSDN.

flag
4  
I should raise RegexBuddy's price! :-) – Jan Goyvaerts Jan 24 at 5:54
show 2 more comments

68 Answers

vote up 2 vote down

If you run SQL Server, I highly recommend SQL Data Generator by Red Gate. It's extremely flexible and we use it routinely to generate millions of rows of test data for our application DBs. It helps diagnose performance and data integrity issues early on, and you can have a test database populated with 10 million rows in as little as 5-10 minutes.

Also, I second any recommendation to use Subversion, but that's free.

Edit: I just saw someone mention SnagIt, and I have to say, it's a wonderful program. Nothing like being able to show the users what to do, rather than tell them. It's highly flexible and can even record scrolling web pages. Cheap too, for the benefit gained.

link|flag
vote up 2 vote down

NDepend that comes with unique features: 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
- Facilities to cope with real-world environment

link|flag
vote up 2 vote down

SlickRun SlickRun is a free floating command line utility for Windows. SlickRun gives you almost instant access to any program or website. SlickRun allows you to create command aliases (known as MagicWords), so C:\Program Files\Outlook Express\msimn.exe becomes MAIL.

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

This is more of a comment then anything, but have you considered using free tools but contributing to the project at all? This could cost less in the long run while helping the community keep valuable tools going. I know this was the down fall of NDoc and I think one of the reasons NCover went commercial. Free tools cost the developers, and at some point some of these great tools will go away without support.

Some things I use daily are

And lastly the most important one is Pandora because I need something to fill in the void while working.

link|flag
vote up 1 vote down

Perforce source control

link|flag
vote up 1 vote down

{SmartAssembly} for assembly protection/obfuscation. SourceGear's Vault for source control.

link|flag
vote up 1 vote down

010 Editor - a binary file viewer and editor. It supports very flexible configuration (almost programming) of structured binary file formats.

Faststone Capture - very nice and easy to use screen shot software

Xplorer2 - replacement for Windows Explorer. I guess everyone has their own favorite "Norton Commander clone". Mine is Xplorer2.

link|flag
vote up 1 vote down

xplorer2 and TwistPad.

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

IntelliJ IDEA and JIRA.

link|flag
vote up 1 vote down

from jetBrains;

TeamCity and Profiler

link|flag
vote up 1 vote down

You are at a Windows shop you say, so I will recommend a number of .NET tools:

-Threat Modelling -FXCop -StyleCop -Enterprise Library

-Subsonic

-NCover -TDD.NET

A lot of software I used has been mentioned in this thread.

If you want really good looking winforms/webforms, then look into Telerik's products.

link|flag
vote up 1 vote down
  • Resharper
  • Araxis Merge
  • Regex Buddy
link|flag
vote up 1 vote down

Fogbugz. It's the nicest issue tracking software I've seen yet.

link|flag
vote up 0 vote down
  • Visual Studio 2008
  • Microsoft TFS
  • Resharper
link|flag
vote up 0 vote down

CALM, fine-grained application monitoring and unhandled-exception trapping for .NET

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

BBEdit

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

Compare & Merge, a visual text diff util. Very simple to use, just two editors with color coded diffs. Change any line and the diffs get updated in real time. I like the clean user interface, it is our default diff tool for TortoiseSVN.

It can also compare directories but I rarely need that.

http://compareandmerge.com/

link|flag
vote up 0 vote down

Serious guys consider Linux! Cost: $0

link|flag
4  
we develop software for real people :) – Dustin Getz Nov 8 '08 at 16:34
1  
Development platform and target platform DO NOT HAVE TO BE THE SAME. But hey, make sure you listen to the Microsoft salesman. – Ali A Nov 9 '08 at 17:41
show 5 more comments
vote up 0 vote down

Acronis True Image for backups. It's a lifesaver.

link|flag
vote up 0 vote down

I ended up buying SnagIt to take screenshots. It really helps me communicate, when its hard to explain some UI element in some program's behavior, I just screenshot it and attach.

link|flag
vote up 0 vote down

Vim plugins for both Eclipse and Visual Studio. It's almost like using vim... Most of the time I just use real vim though, which is free.

link|flag
vote up 0 vote down

LLBLGen Pro (http://www.llblgen.com/). The best ORM tool out there today. It will make you much more productive in creating data access and business layers. Pretty inexpensive.

link|flag
vote up 0 vote down

TextMate, Coda & CSSEdit

link|flag
vote up 0 vote down

visualsvn vs.net addin to access subversion repository. resharper for refactoring and productivity jira for issue tracking

link|flag
vote up 0 vote down
link|flag
vote up 0 vote down

Subscription to EventID.net is well worth the price.

link|flag
vote up 0 vote down

Some of Altova xml tools.

link|flag
vote up 0 vote down

The one software which I have purchased and use almost everyday is: WordWeb Pro. No it's not a programming related tool, but it helps me a lot. I see a word which I don't know the meaning of, I do a "Ctrl + Rt Click" on the word and I get its meaning. I would classify it as a productivity/personal-curiosity related tool.

link|flag
vote up 0 vote down

I say, Iconoid.

It's FREE, so it really doesn't belong in this list, but I couldn't live without Iconoid.

It's a Windows utility that remembers where all of the desktop's icon are. If they get reshuffled for some reason, like you change the screen resolution, Iconoid will put them all back with one click.

It's a lifesaver (well, timesaver and frustration eliminator).

Randy

link|flag
vote up 0 vote down

Snagit for screen capture. The output plugins are what set it apart for me.

link|flag

Your Answer

Get an OpenID
or

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