33 lines
817 B
Markdown
33 lines
817 B
Markdown
|
---
|
||
|
title: Building your first ASP.NET Core MVC app with Visual Studio
|
||
|
author: rick-anderson
|
||
|
ms.author: riande
|
||
|
manager: wpickett
|
||
|
ms.date: 10/14/2016
|
||
|
ms.topic: article
|
||
|
ms.assetid: 959ff4ca-be2d-444c-ac04-789e787146f3
|
||
|
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)
|