vote up 30 vote down star
31

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

1 2 3 next
vote up 46 vote down

Resharper addin to Visual Studio

link|flag
4  
Once you go Resharper you never go back. – kjgilla Jun 25 at 1:51
show 2 more comments
vote up 42 vote down

One of my favorites is Beyond Compare It is a very fast and feature rich file and folder comparison tool, including 3-way merge and compare.

I can't imagine developing on the windows platform without it.

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

Microsoft Visual Studio - integrated development environment

link|flag
1  
I've looked at a lot of free IDEs, and none of them come close to comparing to VS.Net. – Kibbee Nov 9 '08 at 2:14
3  
If he has MSDN, then he already has VS, it's included. – Bratch Nov 12 '08 at 1:23
vote up 24 vote down

An issue tracker such as FogBugz or Jira.

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

Visit Scott Hanselman's

link|flag
1  
Link should point to hanselman.com/tools . The above is the '07 list, which has been superseded by the '09 list. – Gabe Moothart Sep 9 at 13:24
show 1 more comment
vote up 20 vote down

I strongly, strongly suggest using Subversion for source control over anything provided by Microsoft. I know of several very large MS shops using it. Best of all, it's free and with Tortoise (also free) there's great integration for Windows and Visual Studio!

link|flag
3  
cant buy free stuff? ;( – Daniel T. Magnusson Jul 8 at 21:57
show 2 more comments
vote up 18 vote down

I use an addin for Visual Studio called Visual Assist X (wholetomato.com). It does a much better job at auto-completion than the default Intellisense. It also does refactoring and extra syntax highlighting.

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

SQL compare from Red Gate for comparing and synchronizing DB Schemas

link|flag
vote up 14 vote down

Everything you get with an MSDN subscription.

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

In a situation like yours, i.e. finding out what tools should be budgeted for next year, the best approach is:

  1. Examine how your shop is developing software

  2. Identify the "pain points" in the way your shop develops software (for example: "Source code control is a pain," "Deployment to production is a pain," etc)

  3. Focus on the tools that will be useful and then prepare a list. Don't waste your time an money on anything that is not a pain point.

With the list in your hand, you can repeat your question in a more useful fashion, for example: "What deployment tool is worth buying for a Windows shop?"

Good luck!

link|flag
vote up 11 vote down

UltraMon if you have multiple monitors

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

A profiler appropriate for the language you use, such as Ants Profiler Pro: http://www.componentsource.com/products/red-gate-ants-profiler-pro/index-gbp.html

link|flag
vote up 8 vote down

Total commander, for sure.

It's a replacement to windows' "file explorer", with integrated viewers, seemless ftp integration, seemless archive integration (e.g. you can just drill down into arj, zip, msi, iso, as if it were yet another directory), tons of useful plugins, much better performance of explorer, better exception handling (e.g. while copying lots of files of which some are dups), tabbed interface, (all your locations are accessible and remembered for next time) integrated command line tool, much more customizable than other file explorers, full and consistent keyboard shortcuts

i can't imagine using Windows without it. i heard there's a linux equivalents (like mc for terminals, and krusader), i used norton commmander on the DOS, then FAR, then Volkov commander)

p.s. i don't agree with "@Kwang Mark Eleven". there are many "blind spots" that aren't getting any attention by people because of lack of awareness to the fact that "things could've been better, if we just used X"

p.s. 2 i am not affiliated with total commander

link|flag
vote up 6 vote down

DevExpress especially the winforms Grid control

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

I really like ReSharper.

For SQL Server work I use RedGate SQL Compare a lot.

For report formatting, Data Dynamics Active Reports.Net is a great tool that integrates completely with Visual Studio, uses C# and VB.net, and is extremely powerful and scaleable.

link|flag
vote up 6 vote down

If you use Linq ... then an activated version of LinqPad is a must!

LinqPad

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

TextMate and TaskPaper

link|flag
3  
How will Textmate help him in a windows shop ? – ldigas Jul 8 at 22:03
show 2 more comments
vote up 4 vote down

I do a lot of demos for the sales force and I couldn't live without Camtasia. It makes demo creation and editing very easy.

Almost everything else is free, either GPL'ed or created by my employer IBM, so there's a lot of software we get to use without paying.

link|flag
vote up 4 vote down

Tools I use regularly (not development):

Development:

These are the tools that I currently use regularly and I strongly recommend them to others to consider. By buying tools you gain more (in performance) than you pay in licenses.

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

For the upper end of the scale, I'd love to be in a position to use Coverity.

link|flag
vote up 2 vote down

Resharper

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

http://www.automuter.com/

To prevent colleagues who listen to music leaving their headphones blaring when they wander away from their computer.

link|flag
vote up 2 vote down

DisKeeper for defrag..

link|flag
vote up 2 vote down

TextMate and Transmit. They're worth every single penny.

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

eTextEditor or Sublime Text

link|flag
vote up 2 vote down

I like FinalBuilder for build automation a lot as I don't like messing around with the NAnt xml files.

link|flag
vote up 2 vote down

+1 to Beyond Compare

If you run virtual machines, VMware is well worth its price.

This isn't really a developer tool, but I rip all my DVDs to my Windows Home Server. I use AnyDVD to unlock the copy protection so I can rip the DVDs that I actually paid for.

link|flag
vote up 2 vote down

I can't live without "RegEx Buddy", which is excellent for creating and debugging regular expressions. It will show you, token by token, what the RegEx is testing for, allows you to run test cases from all different sources, has an awesome built-in tutorial/lessons for RX's, and has "grep" like feature to scan through all (or specified) files recursively to either find or find-and-replace strings.

link|flag
vote up 2 vote down

If you're a .NET developer with Resharper and SVN and continuous integration, you will definitely want VisualSVN.

You'll never check in forgetting to add a new class to SVN that winds up breaking the build. Also you can move files around in VStudio and it takes care of the moves in SVN for you. You'll hardly ever go to Windows Explorer to use Tortoise.

Also, for you R# keyboard shortcut masters, imagine doing an update, run tests, check in without moving your hands from the keyboard.

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.