Thursday, December 6, 2007

Microsoft's MVC pattern

MVC - Model, View and controller pattern is the pattern avaialable in VS2008 Package as a template. The pattern separates the presentation from business objects and its driven by controller. Controllers are set of classes which will interface with "Model" to fetch the business object and will generate the "Views" based on the user request for the page. Controllers are the handler for the page events.
Here is a link for the Scotts description of MVC pattern Link to Scott's MVC blog

No comments: