Mahesh Chand
What is Model View Controller, and why would you want to use it? What are some of the disadvantages of it?
  • Jun, 2007 2

    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 affect 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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS