If You Like my PPT then please share as
many you can and I need every single
support.
 Please Click on this to follow or Add me
on social networking sites :
Model

View

Controller





The Model is the part of application that handles
the logic for the application data.
Often Model objects retrieve data (and stored
data) from a database.
The model consists of application

data, business rules , functions and logics.


Model mainly contains the Business logics for the
business applications.
A View is that part of application that
represents application of data .
 Views are created by the data collected
from the model data.
 A view requests the model to give
information so that the view represents the
output representation to user.
 View represents the data in the form of
chats , diagrams and tables.

The Controller is that part of application
that handles the user interaction .
 Controllers reads data from the view ,
control user input and send input data to
the model.
 A Controller send’s commands to the
model to update its state(Eg. Saving a
Document). It also send commands to its
associated view to change the view’s
presentation of the model(Eg. Scrolling the
document).




MVC was introduced by the Trygve
Reenskaug in 1970s.
It is used as alternative to traditional
ASP.NET(Web Forms).

Model View Controller(MVC)

  • 1.
    If You Likemy PPT then please share as many you can and I need every single support.  Please Click on this to follow or Add me on social networking sites :
  • 2.
  • 4.
       The Model isthe part of application that handles the logic for the application data. Often Model objects retrieve data (and stored data) from a database. The model consists of application data, business rules , functions and logics.  Model mainly contains the Business logics for the business applications.
  • 5.
    A View isthat part of application that represents application of data .  Views are created by the data collected from the model data.  A view requests the model to give information so that the view represents the output representation to user.  View represents the data in the form of chats , diagrams and tables. 
  • 6.
    The Controller isthat part of application that handles the user interaction .  Controllers reads data from the view , control user input and send input data to the model.  A Controller send’s commands to the model to update its state(Eg. Saving a Document). It also send commands to its associated view to change the view’s presentation of the model(Eg. Scrolling the document). 
  • 7.
      MVC was introducedby the Trygve Reenskaug in 1970s. It is used as alternative to traditional ASP.NET(Web Forms).