Getting Started with ASP.NET MVC 3 (VB.NET)
The basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express using VB.NET.
- Intro to ASP.NET MVC 3 (VB)
- Adding a Controller (VB)
- Adding a View (VB)
- Adding a Model (VB)
- Accessing your Model's Data from a Controller (VB)
- Examining the Edit Methods and Edit View (VB)
- Adding a New Field to the Movie Model and Database Table (VB)
- Adding Validation to the Model (VB)
- Improving the Details and Delete Methods (VB)