For those of you like me saying huh, what is MVC? Here is the WIKI entry for MVC.
Model-view-controller (MVC) is an architectural pattern used in software engineering. In complex computer applications that present lots of data to the user, one often wishes to separate data (model) and user interface (view) concerns, so that changes to the user interface do not impact the data handling, and that the data can be reorganized without changing the user interface. The model-view-controller solves this problem by decoupling data access and business logic from data presentation and user interaction, by introducing an intermediate component: the controller
Here is a link to the entire atriclehttp://en.wikipedia.org/wiki/Model-view-controller
This is very interesting I need to do some homework. - Dave B
Scott Hanselman just did a podcast some MonoRails developers and they explain MVC and the benefits it provides. You can check it out here:
http://www.hanselminutes.com/default.aspx?showID=71
Home | About Us | Meetings | Forums | Links | Reviews | Blogs | Job Postings
Copyright 2005 - 2008 Ann Arbor Dot Net Developers Group