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

25 lines
775 B
Markdown
Raw Normal View History

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
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
[!INCLUDE [consider RP](~/includes/razor.md)]
The tutorial series includes the following:
1. [Get started](start-mvc.md)
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)
1. [Controller methods and views](controller-methods-views.md)
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)