Introduction to aspnet mvc Part 1

preview_player
Показать описание
ASP.NET MVC is a framework that allows developers to apply the MVC pattern in the development of an ASP.NET application, thus allowing a better separation of concerns, which results in better reusability and easier testing.

The pattern MVC, which stands for Model-View-Controller, separates an application in three components:
Model: Here all the business logic of the application resides
View: displays the application's user interface and contains the representation of the data that have been retrieved by the Model. This doesn't have logic, other than the one strictly related to the presentation of data.
Controller: It handles the requests, reads the form values, passes them to the Model, decides which View to render and finally sends the data to be rendered to the View.
Рекомендации по теме
Комментарии
Автор

thanks sir you conveying style is good

lionmanblueman
Автор

very easy tutorials.... good work
#Fast learning

mohammadarslan
Автор

thanks a lot for this tutorial..please make more applications that contains permissions, session, some thing like that

almanartv
Автор

Nice effort ! I would just like to know approximately how many videos do you have planned for this series. I am a beginner and want to learn these practices i am deeply impressed by your work. Moreover any book for reference you can recommend would be greatly appreciated. Subscribed.

shayanali
welcome to shbcf.ru