Programmabilities Blog
2008-07-03
Model View Controller
- Primary goal is to separate the things that change from the things that do not.
- Model is the data representation.
- View is the presentation of the model.
- Controller responds to events and modifies the model.
- Model notifies the views to update the presentation.
Labels: asp







