First MVC Web Application.
Views in MVC Application.
Adding Model in MVC Application.
Exploring Controllers.
Controller and ActionResult Types .
Passing Data from View to Controller.
Action Selectors HttpGet and HttpPost .
Built in Action Filters.
Understanding Custom Action Filter.
User Agent Action Filter Example.
Filter Override Execution Order and
Asynchronous Controllers.
Exploring Razor Views.
Razor Introduction and Syntax
Working with Layout Pages
Partial Views
Types of Views
Digging into HTML Helper Methods.
Introducing HTML Helper Methods
Binding Html Helpers to ViewData
Binding HTML Helper to Model
Display and Editor Helper Methods
Custom Templates for Display and Editor Methods
Reusing Helper Methods
Understanding Model Binders
Default Behaviour of Default Model Binder
Bind Attribute
Update Model and Try Update Model Methods
Developing Custom Model Binder
Annotations and Validation.
Introduction and Validating Model Data
Remote and Custom Validation Attributes
Custom Clientside Validations
Web Cofiguration File and Global Application Class
Web Configuration File
Global Application
Custom Error Handling
Encryting ConnectionString in Config file
State Management Techniques