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

31 lines
1.1 KiB
Markdown
Raw Normal View History

---
2017-07-01 07:47:15 +08:00
title: Create an ASP.NET Core MVC app with Visual Studio Code
author: rick-anderson
description: Index page for first ASP.NET Core MVC app with Visual Studio Code
keywords: ASP.NET Core,MVC,Entity Framework,Visual Studio Code,VS Code
ms.author: riande
manager: wpickett
2017-09-20 02:44:04 +08:00
ms.date: 05/17/2017
ms.topic: get-started-article
ms.assetid: 959ff4ca-be2d-1638-ac04-789e7f7146ff
ms.technology: aspnet
ms.prod: asp.net-core
uid: tutorials/first-mvc-app-xplat/index
---
# Create an ASP.NET Core MVC app with Visual Studio Code
This series of tutorials teaches you the basics of building an ASP.NET Core MVC web app using Visual Studio.
[!INCLUDE[consider RP](../../includes/razor.md)]
1. [Getting started](start-mvc.md)
2. [Adding a controller](adding-controller.md)
2017-03-30 09:56:36 +08:00
3. [Adding a view](adding-view.md)
4. [Adding a model](adding-model.md)
5. [Working with SQLite](working-with-sql.md)
6. [Controller methods and views](controller-methods-views.md)
7. [Adding Search](search.md)
2017-04-14 06:01:09 +08:00
8. [Adding a New Field](new-field.md)
9. [Adding Validation](validation.md)
2017-05-18 04:36:26 +08:00
10. [Examining the Details and Delete methods](xref:tutorials/first-mvc-app/details)