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.
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 :
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).