We’ve going to learn MVC
with asp.net so here is some basic of MVC what it is exactly.
WHAT IS MVC?
MVC (Model View
Controller)
·
Framework for
building application
·
Design pattern
WHAT IS CONTAINS?
·
Model (Represent
Data or Database)
·
View (User
interface for user interaction
·
Controller bridge
between Model and View
HOW IT WORK’S?
In MVC Architecture application when user open web browser and
enter the URL
Like (URL) www.flipkart.com after that user get home page of flipkart website, If we think,
flipkart or other site is designed using MVC what’s is going on background.
Take a look
using this demonstration.
using this demonstration.
0 comments: