Sunday, November 21, 2010

ASP.NET MVC

Learning the ASP.NET MVC is quite something for those of us who have made Web Forms all the way, and it's the page controller type of design that is implemented by default in ASP.NET.
Visual Web Developer has the tamplate for MVC project and it automatically creates the Model View Controller Pattern with the folder structure. I think the URL routing to controller classes is a great feature.
To start off I did from http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx
Its always good to see some code, and see http://www.mvcsharp.org/Getting_started_with_MVCSharp/Default.aspx there is this project on http://www.codeplex.com called Nerddinner its website http://www.nerddinner.com/ is a full fledged web app built on the MVC.

No comments:

Post a Comment