MVC separates the application into three files- Model, View, Controller. almost all technologies using MVC.
1) MVC stands for Model , View and Controller
2) It is a architectural Pattern.
3) Microsoft developed the Asp.net MVC Web Application Framework.
4) It is open source Software
5) The Responsibility of Model to maintain the business logic and application data
6) Controller Handles the user's input request and renders the appropriate View with Model Data
7) View is a user interface of application, it is used to displays the out put data for clients.
1) MVC stands for Model , View and Controller
2) It is a architectural Pattern.
3) Microsoft developed the Asp.net MVC Web Application Framework.
4) It is open source Software
5) The Responsibility of Model to maintain the business logic and application data
6) Controller Handles the user's input request and renders the appropriate View with Model Data
7) View is a user interface of application, it is used to displays the out put data for clients.
Asp.Net MVC - Get Started |
---|
|
Post a Comment (0)