--- title: Create a web app with ASP.NET Core MVC on Windows author: rick-anderson description: Table of contents for introduction to ASP.NET Core MVC using Visual Studio on Windows. keywords: ASP.NET Core, MVC, tutorial, introduction ms.author: riande manager: wpickett ms.date: 10/26/2017 ms.topic: get-started-article ms.technology: aspnet ms.prod: asp.net-core uid: tutorials/first-mvc-app/index --- # Create a web app with ASP.NET Core MVC using Visual Studio [!INCLUDE[consider RP](../../includes/razor.md)] The tutorial series includes the following: 1. [Getting started](start-mvc.md) 1. [Adding a controller](adding-controller.md) 1. [Adding a view](adding-view.md) 1. [Adding a model](adding-model.md) 1. [Working with SQL Server LocalDB](working-with-sql.md) 1. [Controller methods and views](controller-methods-views.md) 1. [Adding Search](search.md) 1. [Adding a New Field](new-field.md) 1. [Adding Validation](validation.md) 1. [Examining the Details and Delete methods](details.md)