2017-06-17 05:40:44 +08:00
|
|
|
---
|
2017-06-27 02:45:35 +08:00
|
|
|
title: Create a web app with ASP.NET Core MVC on a Mac
|
2017-06-17 05:40:44 +08:00
|
|
|
author: rick-anderson
|
|
|
|
description: Create an ASP.NET Core MVC / Entity Framework app with Visual Studio for Mac
|
|
|
|
keywords: ASP.NET Core, MVC, Entity Framework, Visual Studio
|
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
2017-09-20 02:44:04 +08:00
|
|
|
ms.date: 06/26/2017
|
2017-06-17 05:40:44 +08:00
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 959ff4ca-be2d-4444-acac-789e787146f3
|
|
|
|
ms.technology: aspnet
|
|
|
|
ms.prod: asp.net-core
|
|
|
|
uid: tutorials/first-mvc-app-mac/index
|
|
|
|
---
|
2017-06-27 02:45:35 +08:00
|
|
|
# Create a web app with ASP.NET Core MVC using Visual Studio for Mac
|
2017-06-17 05:40:44 +08:00
|
|
|
|
2017-08-05 21:54:40 +08:00
|
|
|
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)]
|
2017-06-17 05:40:44 +08:00
|
|
|
|
|
|
|
1. [Getting started](start-mvc.md)
|
|
|
|
1. [Adding a controller](adding-controller.md)
|
2017-06-20 07:47:27 +08:00
|
|
|
1. [Adding a view](adding-view.md)
|
2017-06-21 08:02:03 +08:00
|
|
|
1. [Adding a model](adding-model.md)
|
2017-07-18 10:05:31 +08:00
|
|
|
1. [SQLite](working-with-sql.md)
|
2017-06-21 23:08:06 +08:00
|
|
|
1. [Controller methods and views](controller-methods-views.md)
|
2017-06-22 04:52:49 +08:00
|
|
|
1. [Adding Search](search.md)
|
2017-06-23 10:04:21 +08:00
|
|
|
1. [Adding a New Field](new-field.md)
|
2017-06-23 10:37:45 +08:00
|
|
|
1. [Adding Validation](validation.md)
|
|
|
|
1. [Examining the Details and Delete methods](xref:tutorials/first-mvc-app/details)
|