After installing Visual Studio 2008 on my laptop and having some spare time I decided to look at the ASP.NET MVC framework. The framework is an architectural pattern based on model-view-controller. I'm not going to re-invent the wheel and go into more detail about the framework as there are quite a few good articles dedicated to the subject.
Where can I get it
Introduction to the framework
Summary
The learning curve now begins as I am about to start re-writing a project using this framework. I am looking forward to getting my hands dirty and hopefully have a finished solution in the next couple of weeks :)
During the process of learning I'll post up any brick walls I hit. This will hopefully help other developers in the same situation.