--- title: Create a web app with ASP.NET Core MVC on macOS with Visual Studio for Mac author: rick-anderson description: Create an ASP.NET Core MVC / Entity Framework app with Visual Studio for Mac manager: wpickett ms.author: riande ms.date: 06/26/2017 ms.prod: asp.net-core ms.technology: aspnet ms.topic: article uid: tutorials/first-mvc-app-mac/index --- # Create a web app with ASP.NET Core MVC on macOS with Visual Studio for Mac This series of tutorials teaches you the basics of building an ASP.NET Core MVC web app using Visual Studio for Mac. [!INCLUDE [consider RP](../../includes/razor.md)] 1. [Get started](xref:tutorials/first-mvc-app-mac/start-mvc) 1. [Add a controller](xref:tutorials/first-mvc-app-mac/adding-controller) 1. [Add a view](xref:tutorials/first-mvc-app-mac/adding-view) 1. [Add a model](xref:tutorials/first-mvc-app-mac/adding-model) 1. [SQLite](xref:tutorials/first-mvc-app-mac/working-with-sql) 1. [Controller methods and views](xref:tutorials/first-mvc-app-mac/controller-methods-views) 1. [Add search](xref:tutorials/first-mvc-app-mac/search) 1. [Add a new field](xref:tutorials/first-mvc-app-mac/new-field) 1. [Add validation](xref:tutorials/first-mvc-app-mac/validation) 1. [Examine the Details and Delete methods](xref:tutorials/first-mvc-app/details)