Where can I find a dead-simple explanation of MVC?

前端 未结 12 1894
迷失自我
迷失自我 2020-12-23 15:07

At my company we\'re about to build a new site using ASP.NET MVC. My boss (marketing guy) would like to know some more about the technology so I\'ve tried to find a really g

12条回答
  •  温柔的废话
    2020-12-23 15:46

    This is a pretty simple one

    http://en.wikipedia.org/wiki/Model-view-controller#Pattern_description

    The best way I can thing of is that the model is the data representation, the view is the presentation to the user and the controller is what collects user interaction that changes the model.

提交回复
热议问题