Data
validation
Contents:
- Introduction
- Adding validation errors directly to the ModelState
- Applying validation attributes
- Implementing model validation with IDataErrorInfo
- Implementing model validation with IValidatableObject
- Implementing client side validation
- Implementing remote validation
- Summary
Paging,
sorting and filtering a list in ASP.NET MVC 4
Contents:
- Introduction
- Creating a list
- The repository pattern
- The unit of work pattern
- Adding a pager to the list
- Allow sorting on the list
- Add list filters
- Create a base view model for lists that support
sorting, filtering and paging
- Summary
Add,
edit, delete list elements
Contents:
- Introduction
- Add CRUD operations to the generic repository
- Define the user model
- Add a view for adding and modifying an user
- Implement the delete feature
- Summary
Forms
Authentication in ASP.NET MVC 4
Contents:
- Introduction
- Implement a custom membership provider
- Implement a custom role provider
- Implement a custom user principal and identity
- Implement a custom authorization filter
- Summary
MVC
User Controls
Contents:
0 comments:
Post a Comment