23 lines
744 B
Markdown
23 lines
744 B
Markdown
|
---
|
||
|
title: Building your first ASP.NET Core MVC app with Visual Studio | Microsoft Docs
|
||
|
author: rick-anderson
|
||
|
description:
|
||
|
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
|
||
|
---
|
||
|
# Building your first ASP.NET Core MVC app with Visual Studio
|
||
|
|
||
|
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)
|
||
|
|
||
|
This is a work in progress. See the [Visual Studio versions ](xref:tutorials/first-mvc-app/index) of the remaining tutorials.
|