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