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
|
2016-10-29 01:35:15 +08:00
|
|
|
ms.prod: aspnet-core
|
|
|
|
uid: tutorials/first-mvc-app/index
|
|
|
|
---
|
|
|
|
# Building your first ASP.NET Core MVC app with Visual Studio
|
|
|
|
|
|
|
|
* [Getting started with ASP.NET Core MVC and Visual Studio](start-mvc.md)
|
|
|
|
|
|
|
|
* [Adding a controller](adding-controller.md)
|
|
|
|
|
|
|
|
* [Adding a view](adding-view.md)
|
|
|
|
|
|
|
|
* [Adding a model](adding-model.md)
|
|
|
|
|
|
|
|
* [Working with SQL Server LocalDB](working-with-sql.md)
|
|
|
|
|
|
|
|
* [Controller methods and views](controller-methods-views.md)
|
|
|
|
|
|
|
|
* [Adding Search](search.md)
|
|
|
|
|
|
|
|
* [Adding a New Field](new-field.md)
|
|
|
|
|
|
|
|
* [Adding Validation](validation.md)
|
|
|
|
|
|
|
|
* [Examining the Details and Delete methods](details.md)
|