1. Intro to ASP.NET MVC 3
2. MVC Folders
3. MVC-Application-Execution-Flow
4. Creating an application using MVC
- Adding a Controller
- Adding a View
- Adding a Model
- Accessing Model’s Data from a Controller
- Edit Methods and Edit View
- Adding New Fields to the Model and Table
- Adding Validation to the Model
- Improving the Details and Delete Methods