2016-10-29 01:35:15 +08:00
|
|
|
---
|
2016-11-17 08:24:57 +08:00
|
|
|
title: Building your first ASP.NET Core MVC app with Visual Studio | Microsoft Docs
|
2016-10-29 01:35:15 +08:00
|
|
|
author: rick-anderson
|
2016-11-18 04:13:02 +08:00
|
|
|
description:
|
|
|
|
keywords: ASP.NET Core,
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.author: riande
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 10/14/2016
|
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 959ff4ca-be2d-444c-ac04-789e787146f3
|
2016-11-17 08:24:57 +08:00
|
|
|
ms.technology: aspnet
|
2017-03-03 08:50:36 +08:00
|
|
|
ms.prod: asp.net-core
|
2016-10-29 01:35:15 +08:00
|
|
|
uid: tutorials/first-mvc-app/index
|
|
|
|
---
|
|
|
|
# Building your first ASP.NET Core MVC app with Visual Studio
|
|
|
|
|
2017-01-15 05:59:26 +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)
|
|
|
|
3. [Adding a view](adding-view.md)
|
|
|
|
4. [Adding a model](adding-model.md)
|
|
|
|
5. [Working with SQL Server LocalDB](working-with-sql.md)
|
|
|
|
6. [Controller methods and views](controller-methods-views.md)
|
|
|
|
7. [Adding Search](search.md)
|
|
|
|
8. [Adding a New Field](new-field.md)
|
|
|
|
9. [Adding Validation](validation.md)
|
|
|
|
10. [Examining the Details and Delete methods](details.md)
|