2016-10-29 01:35:15 +08:00
|
|
|
---
|
2018-03-22 08:18:35 +08:00
|
|
|
title: Create a web app with ASP.NET Core MVC on Windows with Visual Studio
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
2018-03-15 10:51:34 +08:00
|
|
|
description: See the table of contents for an introduction to ASP.NET Core MVC using Visual Studio on Windows.
|
2016-10-29 01:35:15 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-10-25 11:18:01 +08:00
|
|
|
ms.date: 10/26/2017
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: get-started-article
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: tutorials/first-mvc-app/index
|
|
|
|
---
|
2018-03-22 08:18:35 +08:00
|
|
|
# Create a web app with ASP.NET Core MVC on Windows with Visual Studio
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-10-25 11:18:01 +08:00
|
|
|
[!INCLUDE[consider RP](../../includes/razor.md)]
|
|
|
|
|
2017-11-30 05:55:06 +08:00
|
|
|
There are 3 versions of this tutorial:
|
|
|
|
|
|
|
|
* Windows: This series
|
|
|
|
* macOS: [Create an ASP.NET Core MVC app with Visual Studio for Mac](xref:tutorials/first-mvc-app-mac/start-mvc)
|
|
|
|
* macOS, Linux, and Windows: [Create an ASP.NET Core MVC app with Visual Studio Code](xref:tutorials/first-mvc-app-xplat/start-mvc)
|
2017-10-25 11:18:01 +08:00
|
|
|
The tutorial series includes the following:
|
2017-01-15 05:59:26 +08:00
|
|
|
|
2018-03-15 10:51:34 +08:00
|
|
|
1. [Get started](start-mvc.md)
|
2018-03-22 08:18:35 +08:00
|
|
|
1. [Add a controller](adding-controller.md)
|
|
|
|
1. [Add a view](adding-view.md)
|
|
|
|
1. [Add a model](adding-model.md)
|
|
|
|
1. [Work with SQL Server LocalDB](working-with-sql.md)
|
2017-06-20 07:47:27 +08:00
|
|
|
1. [Controller methods and views](controller-methods-views.md)
|
2018-03-22 08:18:35 +08:00
|
|
|
1. [Add search](search.md)
|
|
|
|
1. [Add a new field](new-field.md)
|
|
|
|
1. [Add validation](validation.md)
|
|
|
|
1. [Examine the Details and Delete methods](details.md)
|