Getting Started with ASP.NET MVC3
The basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express.
Getting Started with ASP.NET MVC 3 (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#)
Getting Started with ASP.NET MVC 3 (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)
Comments (
)
Link to this page:
//www.vb-net.com/AspNet-DocAndSamples-2017/aspnet/mvc/overview/older-versions/getting-started-with-aspnet-mvc3/Index.htm
|