--- title: Building your first ASP.NET Core MVC app with Visual Studio | Microsoft Docs author: rick-anderson description: keywords: ASP.NET Core, ms.author: riande manager: wpickett ms.date: 10/14/2016 ms.topic: article ms.assetid: 959ff4ca-be2d-444c-ac04-789e787146f3 ms.technology: aspnet ms.prod: aspnet-core uid: tutorials/first-mvc-app/index --- # Building your first ASP.NET Core MVC app with Visual Studio This series of tutorials will teach you the basics of building an ASP.NET Core MVC web app using Visual Studio. 1. [Getting started](start-mvc.md) 2. [Adding a controller](adding-controller.md) 3. [Adding a view](adding-view.md) 4. [Adding a model](adding-model.md) 5. [Working with SQL Server LocalDB](working-with-sql.md) 6. [Controller methods and views](controller-methods-views.md) 7. [Adding Search](search.md) 8. [Adding a New Field](new-field.md) 9. [Adding Validation](validation.md) 10. [Examining the Details and Delete methods](details.md)