vote up 11 vote down star
13

The year is now 2009, happy new year for starters.

However I'd like to hear your opinions on what applications helped you the most 2008. The requirements for the application is that it had a significant release or was brand new in 2008. For new releases to existing applications, please include a note about some significant changes this year.

Also, it could be a framework or whatever you like. So before downvoting this, see this as an information resource on what good applications, frameworks and other parts helped us programmers under the year 2008.

flag

57 Answers

prev 1 2
vote up 21 vote down

Microsoft Visual Studio 2008 Professional Edition.

Still the one.

link|flag
vote up 5 vote down

Eclipse and SO.

link|flag
vote up 1 vote down

started with c++ 2 years ago... Dev c++ (before i found C::B) Code::Blocks Google nuf said? (-:

link|flag
vote up 0 vote down

SourceGear Fortress

link|flag
vote up 20 vote down
  • Resharper for Visual Studio
link|flag
vote up 1 vote down

visual studio [duh]

link|flag
vote up 0 vote down

DevExpress eXpressApp Framework (XAF) and eXpress Persistent Objects (XPO)

No doubt the best tools for .NET developers who write database applications.

Check it out:

http://www.devexpress.com/Products/NET/Application_Framework http://www.devexpress.com/Products/NET/ORM

link|flag
vote up 1 vote down

DevExpress eXpressApp Framework (XAF)

http://www.devexpress.com/Products/NET/Application_Framework/

If you're a .Net developer who writes database-backed Web sites, you've got to check it out.

It takes a few weeks to learn, but after that, it multiplies your productivity.

link|flag
vote up 0 vote down

NUnit 2.5 was just released. (Still in beta, though.) Parallel test execution, a bunch of new attributes for decorating your tests, plus a bunch of new assert methods.

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

Subversion and TortoiseSVN (we were using Visual SourceSafe before). They released version 1.5 this year with some nice features like merge history and partial checkouts.

link|flag
vote up 0 vote down

There are plenty of fancy new frameworks and tools that I have used in the past year that I would love to mention, they come and go with the projects that need them...

However, personally I'd like to give a warm round of applause to the Prototype library. It has transformed Javascript development dramatically, removing many of the cross-browser problems and provides a solid base for many other popular Javascript libraries as well.

link|flag
vote up 0 vote down

I was hired as a web dev in a shop that specialized in Drupal. Before this I was working jobs with less than ideal leadership who insisted we develop our own custom framework. It's so nice to have a GOOD framework to use. Talk about rapid prototyping.

Also JQuery got me over the idea that javascript needed to be replaced.

link|flag
vote up 7 vote down

PuTTY

I think pretty much every other significant application just got in the way through bad design of one sort or another. I'd specially like to slag off Windows Vista...

link|flag
vote up 0 vote down

PowerShell in conjunction with SVN to further automatise patch/installer creation.

link|flag
vote up 24 vote down

Google Web Search

link|flag
1  
How much has that changed 2008? Besides indexing etc. :) – Filip Ekberg Jan 2 at 21:09
show 3 more comments
vote up 18 vote down

git - far and above everything else.

link|flag
vote up 2 vote down

Spring as my favorite framework and IntelliJ as my favorite IDE.

link|flag
vote up 0 vote down

TestComplete helped me a lot last year, particularly after developing a decent testing framework for myself and dumping the recorded scripts in mid-2007. If you haven't already gotten into automated regression testing for your apps, i'd throroughly recommend giving it a go. It is so nice to know whether a change that you have made has had any undesirable side affects.

n.b. There are plenty of other cheaper tools than TestComplete for this type of thing out there these days, that have had pretty good reviews. For me, TestComplete has paid for itself ten fold.

link|flag
vote up 1 vote down

My Top 5

link|flag
vote up 9 vote down
  • The .NET Framework 3.5, including Linq to Objects, Linq to SQL, Linq to XML
link|flag
show 2 more comments
vote up 40 vote down

Firebug

Simply a matter of a right click on the area in which you suspect the source of a problem, inspecting the element, and then look what's going on there. Styles, layout, DOM, etc. all can be accessed easily.

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

Stack Overflow

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

Does the python console count? that alone (despite many other reasons) is why I <3 python

link|flag
vote up 7 vote down

Really looking forward to using MVC myself.

I started my first real programming job so learnt and used the following:

  • nHibernate
  • Spring.Net
  • jQuery!!!
  • nUnit

and, of course, Visual Studio! :D

A few others which escape me, but nHibernate is amazing.

Final year project saw me use ASP.Net 3.5 as well, nice.

Oh, and Stack Overflow* :)

*Seriously

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

Vim 7.2

Edit: Removed Subversion so people can vote on one tool at a time. Subversion is already listed in this answer.

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

Textmate - http://macromates.com/ My favourite text editor ever, it's not new or anything but it's got a few updates in 2008 and also a lot more bundles of plugins. Git integration and more. Brilliant.

link|flag
vote up 0 vote down

ASP.NET MVC helped me a lot when creating new web applications, even though it's just a beta!

http://www.asp.net/mvc/

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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