title: "Getting Started with ASP.NET MVC 4 | Microsoft Docs"
author: rick-anderson
description: "This tutorial series will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express Service Pack 1, w..."
> This tutorial series will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express Service Pack 1, which is a free version of Microsoft Visual Studio.
- [Intro to ASP.NET MVC 4](intro-to-aspnet-mvc-4.md)
- [Adding a Controller](adding-a-controller.md)
- [Adding a View](adding-a-view.md)
- [Adding a Model](adding-a-model.md)
- [Accessing Your Model's Data from a Controller](accessing-your-models-data-from-a-controller.md)
- [Examining the Edit Methods and Edit View](examining-the-edit-methods-and-edit-view.md)
- [Adding a New Field to the Movie Model and Table](adding-a-new-field-to-the-movie-model-and-table.md)
- [Adding Validation to the Model](adding-validation-to-the-model.md)