Alright, so I've gotten Visual Studio 2008 kicking with a few cool addins (Power Commands, modified template, etc...) and am looking to begin developing an application I've thought about for a while now. I'm an incredibly big, ridiculously good at trivia, movie fan and I want to build an application that will keep track of all my movies that I have seen, that I want to see, that I want to see again, maybe include some ratings, and who knows what else. I've been learning C# over the past few weeks and have gotten to the point where I'm ready to free form with an application like this.
Here's my question: Should I use WinForms or WPF? I understand WPF would be better if I had video or 3D animation, etc..., but is that the only difference? Are there benefits to picking it over WinForm or vice-versa? Anyone out there have a preference?
(I'm incredibly interested to hear what you guys think. However, I will mention that in learning C# through Head First With C# (which I highly recommend) I've been using Windows Forms Applications. I will probably use that one to begin, but is there a way to port it to WPF later? Basically, what are the big differences between the two?)
Thanks ahead of time guys!