--- title: Create an ASP.NET Core MVC app with Visual Studio Code author: rick-anderson description: Learn about the table of contents for the ASP.NET Core MVC app with Visual Studio Code tutorial. manager: wpickett ms.author: riande ms.date: 05/17/2017 ms.prod: asp.net-core ms.technology: aspnet ms.topic: get-started-article uid: tutorials/first-mvc-app-xplat/index --- # Create an ASP.NET Core MVC app with Visual Studio Code This series of tutorials teaches you the basics of building an ASP.NET Core MVC web app using Visual Studio Code. [!INCLUDE[consider RP](../../includes/razor.md)] 1. [Get started](xref:tutorials/first-mvc-app-xplat/start-mvc) 1. [Adding a controller](xref:tutorials/first-mvc-app-xplat/adding-controller) 1. [Adding a view](xref:tutorials/first-mvc-app-xplat/adding-view) 1. [Adding a model](xref:tutorials/first-mvc-app-xplat/adding-model) 1. [Working with SQLite](xref:tutorials/first-mvc-app-xplat/working-with-sql) 1. [Controller methods and views](xref:tutorials/first-mvc-app-xplat/controller-methods-views) 1. [Adding Search](xref:tutorials/first-mvc-app-xplat/search) 1. [Adding a New Field](xref:tutorials/first-mvc-app-xplat/new-field) 1. [Adding Validation](xref:tutorials/first-mvc-app-xplat/validation) 1. [Examining the Details and Delete methods](xref:tutorials/first-mvc-app/details)