2017-03-30 05:15:18 +08:00
|
|
|
---
|
|
|
|
title: Building your first ASP.NET Core MVC app with Visual Studio | Microsoft Docs
|
|
|
|
author: rick-anderson
|
2017-04-14 07:50:55 +08:00
|
|
|
description: Index page for first ASP.NET Core MVC app with Visual Studio Code
|
2017-03-30 05:15:18 +08:00
|
|
|
keywords: ASP.NET Core,
|
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 3/29/2019
|
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 959ff4ca-be2d-1638-ac04-789e7f7146ff
|
|
|
|
ms.technology: aspnet
|
|
|
|
ms.prod: asp.net-core
|
|
|
|
uid: tutorials/first-mvc-app-xplat/index
|
|
|
|
---
|
2017-04-14 07:50:55 +08:00
|
|
|
# Building your first ASP.NET Core MVC app with Visual Studio Code
|
2017-03-30 05:15:18 +08:00
|
|
|
|
|
|
|
This series of tutorials will teach you the basics of building an ASP.NET Core MVC web app using Visual Studio.
|
|
|
|
|
|
|
|
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)
|
2017-04-08 11:45:50 +08:00
|
|
|
4. [Adding a model](adding-model.md)
|
2017-04-09 07:45:21 +08:00
|
|
|
5. [Working with SQLite](working-with-sql.md)
|
2017-04-09 09:51:01 +08:00
|
|
|
6. [Controller methods and views](controller-methods-views.md)
|
2017-04-10 08:52:07 +08:00
|
|
|
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-04-14 07:50:55 +08:00
|
|
|
10. [Examining the Details and Delete methods](xref:tutorials/first-mvc-app/details)
|