2017-03-30 05:15:18 +08:00
|
|
|
---
|
2017-07-01 07:47:15 +08:00
|
|
|
title: Create an ASP.NET Core MVC app with Visual Studio Code
|
2017-03-30 05:15:18 +08:00
|
|
|
author: rick-anderson
|
2018-03-15 10:51:34 +08:00
|
|
|
description: Learn about the table of contents for the ASP.NET Core MVC app with Visual Studio Code tutorial.
|
2017-03-30 05:15:18 +08:00
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-09-20 02:44:04 +08:00
|
|
|
ms.date: 05/17/2017
|
2017-03-30 05:15:18 +08:00
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: get-started-article
|
2017-03-30 05:15:18 +08:00
|
|
|
uid: tutorials/first-mvc-app-xplat/index
|
|
|
|
---
|
2017-05-31 03:38:50 +08:00
|
|
|
# Create an ASP.NET Core MVC app with Visual Studio Code
|
2017-03-30 05:15:18 +08:00
|
|
|
|
2017-12-14 05:29:50 +08:00
|
|
|
This series of tutorials teaches you the basics of building an ASP.NET Core MVC web app using Visual Studio Code.
|
2017-08-05 21:54:40 +08:00
|
|
|
|
2018-04-05 07:51:35 +08:00
|
|
|
[!INCLUDE [consider RP](../../includes/razor.md)]
|
2017-03-30 05:15:18 +08:00
|
|
|
|
2018-03-15 10:51:34 +08:00
|
|
|
1. [Get started](xref:tutorials/first-mvc-app-xplat/start-mvc)
|
2018-03-22 08:18:35 +08:00
|
|
|
1. [Add a controller](xref:tutorials/first-mvc-app-xplat/adding-controller)
|
|
|
|
1. [Add a view](xref:tutorials/first-mvc-app-xplat/adding-view)
|
|
|
|
1. [Add a model](xref:tutorials/first-mvc-app-xplat/adding-model)
|
|
|
|
1. [Work with SQLite](xref:tutorials/first-mvc-app-xplat/working-with-sql)
|
2018-03-15 10:51:34 +08:00
|
|
|
1. [Controller methods and views](xref:tutorials/first-mvc-app-xplat/controller-methods-views)
|
2018-03-22 08:18:35 +08:00
|
|
|
1. [Add search](xref:tutorials/first-mvc-app-xplat/search)
|
|
|
|
1. [Add a new field](xref:tutorials/first-mvc-app-xplat/new-field)
|
|
|
|
1. [Add validation](xref:tutorials/first-mvc-app-xplat/validation)
|
|
|
|
1. [Examine the Details and Delete methods](xref:tutorials/first-mvc-app/details)
|