Facebook and ASP.NET MVC
One of my personal projects is a facebook application using the Facebook Developer’s Toolkit and ASP.NET WebForms. There’s a number of good guides for using the toolkit out there (Devtacular for example) and for the most part development was straightfoward. However, there were a few issues that popped up as a result of webforms particular model of execution. So, being a fan of new and shiny things, I thought it’d be interesting to try and integrate the Facebook Developer’s toolkit with the newly-released ASP.NET MVC.

