2016-10-29 01:35:15 +08:00
|
|
|
---
|
2017-06-27 02:45:35 +08:00
|
|
|
title: Create a web app with ASP.NET Core MVC on Windows
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
2017-10-10 11:03:55 +08:00
|
|
|
description: Table of contents for introduction to ASP.NET Core MVC using Visual Studio on Windows.
|
|
|
|
keywords: ASP.NET Core, MVC, tutorial, introduction
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
2017-10-10 11:03:55 +08:00
|
|
|
ms.date: 10/06/2017
|
2017-06-01 05:55:29 +08:00
|
|
|
ms.topic: get-started-article
|
2016-11-17 08:24:57 +08:00
|
|
|
ms.technology: aspnet
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: tutorials/first-mvc-app/index
|
|
|
|
---
|
2017-10-10 11:03:55 +08:00
|
|
|
# Create a web app with ASP.NET Core MVC using Visual Studio
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2017-10-10 11:03:55 +08:00
|
|
|
[!INCLUDE[consider RP](../../includes/razor.md)]
|
2017-01-15 05:59:26 +08:00
|
|
|
|
|
|
|
1. [Getting started](start-mvc.md)
|
2017-06-20 07:47:27 +08:00
|
|
|
1. [Adding a controller](adding-controller.md)
|
|
|
|
1. [Adding a view](adding-view.md)
|
|
|
|
1. [Adding a model](adding-model.md)
|
|
|
|
1. [Working with SQL Server LocalDB](working-with-sql.md)
|
|
|
|
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](details.md)
|