2016-10-29 01:35:15 +08:00
|
|
|
---
|
2019-01-19 04:58:26 +08:00
|
|
|
title: Create a web app with ASP.NET Core MVC
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
2019-01-19 04:58:26 +08:00
|
|
|
description: See the table of contents for an introduction to ASP.NET Core MVC.
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-10-25 11:18:01 +08:00
|
|
|
ms.date: 10/26/2017
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: tutorials/first-mvc-app/index
|
|
|
|
---
|
2019-01-19 04:58:26 +08:00
|
|
|
# Create a web app with ASP.NET Core MVC
|
2016-10-29 01:35:15 +08:00
|
|
|
|
2018-05-31 14:01:13 +08:00
|
|
|
[!INCLUDE [consider RP](~/includes/razor.md)]
|
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)
|
2018-07-09 10:48:10 +08:00
|
|
|
1. [Examine the Details and Delete methods](details.md)
|