Showing posts with label mvc. Show all posts
Showing posts with label mvc. Show all posts

Thursday, 18 October 2007

Link: Tutorial on ASP.NET MVC

Sergio Pereira has a great overview of the recently announced, pre-release ASP.NET MVC Framework:

Developer Notes for the ASP.NET MVC Framework

He covers the file system layout, routing, implementing each part of the triad, and testing.

Monday, 8 October 2007

ASP.NET MVC framework

Jeffrey Palermo has blogged his thoughts on the new ASP.NET MVC framework ScottGu is covering at the Alt.Net conference. This is the one Phil Haack has signed up for. Besides the overall niceness of MVC (and the option to skip some of the standard WebForm complexity), I love that it will have hooks to plug other offerings in, such as using MonoRail as the view engine instead of ASPX.

UPDATE 2007-10-15: ScottGu has posted his summary of the MVC framework, and is promising some tutorials exploring the framework in more depth over the coming weeks.