Asp.net webforms Vs ASP.net MVC

preview_player
Показать описание
it talks about decoupling , code behind and model view controller layers
it also mentions difference between layouts, user control, partial views and master pages
MVC follows an action based routing and webforms follows page based routing .
there is no viewstate in mvc
mvc has tempdata , viewbag and view data and sessions .
routeconfig plays iportant role in mvc routing
MVC addresses the separation of concerns.
Testing can be done in isolation.

my blog
Рекомендации по теме
Комментарии
Автор

MVC lacks a visual design interface for it's views, contrsdicting Visual studio concept of being "visual"

thomasjust
Автор

web forms has server controls and this makes web development extremely easy. this is mvc biggest downfall. building a web application in MVC is very difficult compared to web forms.

shadowstorm
Автор

PLS MAKE VIDEO ON CASCADING DROP DOWN LIST
LOAD DATA FROM DATABASE AND SAVE DATA TO DATATBASE

arunvenkatesh