This is just a list of my favorite development tools:
Visual Studio 2005/2008 - There's no better IDE out there.
JetBrains ReSharper - After using it for 3+ years, Visual Studio feels naked without this wonderful Add-In.
FinalBuilder - A GUI-ified build management system. I long for the day we have this kind of interface/system for MSBuild.
Red-Gate SQL Compare - If you do SQL Server 200X development, there's no better friend for figuring out how/why dev, test, staging, prod environments don't match.
Red-Gate SQL Prompt 3.5 - Auto-Completion for SQL Server Management Studio. I hated writing SQL for years because I had to remember (or constantly look up) all the table names, etc. With SQL Prompt...no more!
Reflector - Ever want to peak at the code for an assembly that you didn't have the source code for? Reflector to the rescue. (This one is free folks...until the preceding products.)
CoolCommands 4.0 for Visual Studio - this free Add-In adds a few features Microsoft missed like copying references from 1 project to another.
Team Foundation Server 2008 - With the addition of built-in continuous integration and SharePoint 2007, this is a worthy upgrade to an already-decent product (Team Foundation Server 2005.)
Note: I don't have a link to Microsoft's product page because I couldn't find one (the official release date for this product is in February, though it's already available in MSDN Subscriber Downloads.)
LLBLGen Pro 2.5 - Hands down, the best O/R Mapper for .NET. I don't think the Entity Framework from Microsoft will be anywhere near as mature in its first few releases, so for my personal projects - I'm sticking with LLBLGen Pro.
Leave a comment