2017-02-04 05:40:22 +08:00
---
2017-03-28 09:35:25 +08:00
uid: mvc/overview/older-versions-1/getting-started-with-mvc/index
2017-02-04 05:40:22 +08:00
title: "Getting Started With MVC | Microsoft Docs"
author: rick-anderson
description: "This is a beginner tutorial series that introduces ASP.NET MVC. You’ ll create a simple web application that reads and writes from a database."
ms.author: aspnetcontent
manager: wpickett
ms.date: 11/08/2011
ms.topic: article
ms.assetid: 057f01bf-0ad9-488a-ae75-c8f85b8e1f23
ms.technology: dotnet-mvc
ms.prod: .net-framework
msc.legacyurl: /mvc/overview/older-versions-1/getting-started-with-mvc
msc.type: chapter
---
Getting Started With MVC
====================
> This is a beginner tutorial series that introduces ASP.NET MVC. You’ ll create a simple web application that reads and writes from a database.
- [Intro to ASP.NET MVC ](getting-started-with-mvc-part1.md )
- [Adding a Controller ](getting-started-with-mvc-part2.md )
- [Adding a View ](getting-started-with-mvc-part3.md )
- [Creating a Database ](getting-started-with-mvc-part4.md )
- [Accessing your Model's Data from a Controller ](getting-started-with-mvc-part5.md )
- [Adding a Create Method and Create View ](getting-started-with-mvc-part6.md )
- [Adding Validation to the Model ](getting-started-with-mvc-part7.md )
- [Adding a Column to the Model ](getting-started-with-mvc-part8.md )