30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
|
---
|
||
|
title: "Getting Started with ASP.NET MVC 5 | Microsoft Docs"
|
||
|
author: rick-anderson
|
||
|
description: "Introduction to ASP.NET MVC 5"
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 06/10/2013
|
||
|
ms.topic: article
|
||
|
ms.assetid: 9afe7454-f1bd-4e81-8ecf-12fe54d080c1
|
||
|
ms.technology: dotnet-mvc
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /mvc/overview/getting-started/introduction
|
||
|
msc.type: chapter
|
||
|
---
|
||
|
Getting Started with ASP.NET MVC 5
|
||
|
====================
|
||
|
> Introduction to ASP.NET MVC 5
|
||
|
|
||
|
|
||
|
- [Getting Started](getting-started.md)
|
||
|
- [Adding a Controller](adding-a-controller.md)
|
||
|
- [Adding a View](adding-a-view.md)
|
||
|
- [Adding a Model](adding-a-model.md)
|
||
|
- [Creating a Connection String and Working with SQL Server LocalDB](creating-a-connection-string.md)
|
||
|
- [Accessing Your Model's Data from a Controller](accessing-your-models-data-from-a-controller.md)
|
||
|
- [Examining the Edit Methods and Edit View](examining-the-edit-methods-and-edit-view.md)
|
||
|
- [Adding Search](adding-search.md)
|
||
|
- [Adding a New Field](adding-a-new-field.md)
|
||
|
- [Adding Validation](adding-validation.md)
|
||
|
- [Examining the Details and Delete Methods](examining-the-details-and-delete-methods.md)
|