--- uid: mvc/overview/older-versions/getting-started-with-aspnet-mvc4/index 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..." ms.author: aspnetcontent manager: wpickett ms.date: 02/15/2012 ms.topic: article ms.assetid: a35183ac-cbcb-4070-9233-6331cde921ad ms.technology: dotnet-mvc ms.prod: .net-framework msc.legacyurl: /mvc/overview/older-versions/getting-started-with-aspnet-mvc4 msc.type: chapter --- Getting Started with ASP.NET MVC 4 ==================== > 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) - [Examining the Details and Delete Methods](examining-the-details-and-delete-methods.md)