ASP.NET MVC, GoogleReader's Unofficial API and PostRank.com == TheDotNetDaily.com
I had some spare time this past week so I thought it might be a good time to finally take a look at asp.net's new mvc framework. My plan was to start out by building a very simple application that I could add features to slowly over time. I figure I will start out with a handful of read-only screens and then as I learn more about mvc and gain confidence, I could start looking at some of the more advanced/complicated stuff. Just sort-of start out slow with some of the basic stuff and go from there. The app I decided to build is going to allow me to browse the feeds I have subscribed to in google reader. I have more feeds that I can keep up with, so I plan on running each feeds individual posts through a ranking service and using the my new asp.net mvc...