View
[Play
the Video] - Requires Registration/Login
[Download
Sample]
Notes
·
The ASP.NET MVC Framework is built on top of the MVC Pattern
(Model View Controller).
·
The ASP.NET MVC Framework allows developers to take full control
of the ASP.NET life cycle.
·
Model Binders allow the developer to send primitive types to the
controller actions which are automatically converted to custom objects.
·
The OutputCache attribute allows caching the results of the
controller action.
·
The HandleError attribute allows easy error handling using
controllers.