In the first part of my article series about new ASP.NET MVC
framework, I introduced you to the MVC pattern, fundamentals of Model View
Controller and ASP.NET MVC framework as well as basic information about the simple
blogging engines that I am going to write in this series. I also covered the
structure of MVC solutions in ASP.NET MVC.
In the future parts, I will build this blogging engine
step-by-step and will show you some principles and techniques about the ASP.NET
MVC framework.