A few weeks ago Microsoft released the first CTP of ASP.NET 3.5 Extensions
which includes the first public version of ASP.NET MVC Framework. There have
been many good resources about this MVC Framework on the web as tutorials, blog
posts and web casts.
I want to write a set of articles about ASP.NET MVC
Framework to build a simple blogging engine based on MVC and LINQ in .NET 3.5
and show you all the steps in detail then extend the discussion to some
more-in-depth topics. I have not written this application completely and will
write it in parallel with these articles.
Such a sample application is provided by ASP.NET MVC toolkit,
but there is not a description about it yet. But why I am doing this while
there are some other tutorials with the same approach? In my opinion, the
learning curve of this MVC Framework consists of a workflow progress of some
steps that should be followed and the major thing is this, building this simple
blogging engine and describing its process would be a very good example for
ASP.NET MVC Framework.
So here is the first part of this series (I want to finish
them in a few weeks) and it is an introduction with some basic information.