AspNetCore.Docs/aspnetcore/tutorials/first-mvc-app-mac/index.md

29 lines
1011 B
Markdown
Raw Normal View History

---
title: Create a web app with ASP.NET Core MVC on a Mac
author: rick-anderson
2018-01-29 23:21:31 +08:00
description: Create an ASP.NET Core MVC / Entity Framework app with Visual Studio for Mac
manager: wpickett
2018-01-29 23:21:31 +08:00
ms.author: riande
2017-09-20 02:44:04 +08:00
ms.date: 06/26/2017
ms.prod: asp.net-core
2018-01-29 23:21:31 +08:00
ms.technology: aspnet
ms.topic: article
uid: tutorials/first-mvc-app-mac/index
---
# Create a web app with ASP.NET Core MVC using 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. [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. [SQLite](working-with-sql.md)
2017-06-21 23:08:06 +08:00
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](xref:tutorials/first-mvc-app/details)