The document requests that if the reader likes the PPT they should share it as much as possible and provide support. It also requests the reader to follow or add the author on social media networks.
20250924 Navigating the Future: How to tell the difference between an emergen...McGuinness Institute
INTESTINALPARASITES OR WORM INFESTATIONS.pptxPRADEEP ABOTHU
THE HUMAN INTEGUMENTARY SYSTEM#MLT#BCRAPC.pptxSubham Panja
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptxPriyanshu Anand
Electrophysiology_of_Heart. Electrophysiology studies in Cardiovascular syste... Rajshri Ghogare
FULL DOCUMENT: Read the full Deloitte and Touche audit report on the National...Kweku Zurek
Model View Controller(MVC)
1. 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 :
4.
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.
5. 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.
6. 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).
7.
MVC was introduced by the Trygve
Reenskaug in 1970s.
It is used as alternative to traditional
ASP.NET(Web Forms).