by Shaun
18. March 2009 02:08
With the release of ASP.Net MVC 1.0 we now have a stable, production ready alternative to Web Form development in ASP.Net! The files needed to implement MVC into Visual Studio are available here. Thanks to Maarten Balliauw for being on the forefront of letting everyone know that the release is official.
For the uninitiated. ASP.Net MVC (Model View Controller) is a way of developing that trully seperates the concerns of a project. In General terms, and greatly simplified, the Model is the data layer, the View is the user display and the controller is the glue that brings everthing together.
MVC will not kill Webforms, but it does offer an alternative.
As I become more familiar with this framework, I'll put more posts out with information on what I'm doing. I may also write some articles for some other websites on the framework as well.
Good Day!
49ecaf2f-f7b3-41da-a11b-b0768d80b05f|0|.0