What is ASP.NET MVC and Wheres It Going?
Scott Guthrie details the ASP.NET MVC roadmap and announces the changes made to the ASP.NET MVC Preview 2 along with links to a five part tutorial series introducing the platform. • MVC 101: Simone Chiaretta introduces the framework by explaining the technology along the natural breaking points. If you’d like to watch some demonstration videos you can watch Scott Hanselman’s excellent presentation from MIX08 and Jeffrey Palermo’s show over on DNRTV. • ASP.NET MVC Request Lifecycle: Stephen Walther provides a detailed explanation of each step in the MVC request lifecycle. Making his post even more valuable is how he ends the piece by highlighting the extensibility points at each stage of the lifecycle. • Why Not Support Post-Backs?: One of the most common questions of experienced WebForms people is, “Why throw out the control model?” This thread does a good job of addressing that issue. • Want the Source?: You can download the MVC source code here. • The Latest: Scott Guthrie announces