2017-02-04 05:40:22 +08:00
|
|
|
---
|
2017-03-28 09:35:25 +08:00
|
|
|
uid: mvc/overview/older-versions/getting-started-with-aspnet-mvc3/index
|
2017-02-04 05:40:22 +08:00
|
|
|
title: "Getting Started with ASP.NET MVC3 | Microsoft Docs"
|
|
|
|
author: rick-anderson
|
|
|
|
description: "The basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express."
|
|
|
|
ms.author: aspnetcontent
|
|
|
|
manager: wpickett
|
|
|
|
ms.date: 09/28/2011
|
|
|
|
ms.topic: article
|
|
|
|
ms.assetid: 67bdeec1-5301-4756-8615-cd9e8c5749e0
|
|
|
|
ms.technology: dotnet-mvc
|
|
|
|
ms.prod: .net-framework
|
|
|
|
msc.legacyurl: /mvc/overview/older-versions/getting-started-with-aspnet-mvc3
|
|
|
|
msc.type: chapter
|
|
|
|
---
|
|
|
|
Getting Started with ASP.NET MVC3
|
|
|
|
====================
|
|
|
|
> The basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express.
|
|
|
|
|
|
|
|
|
|
|
|
- [Getting Started with ASP.NET MVC 3 (C#)](cs/index.md)
|
|
|
|
|
|
|
|
- [Intro to ASP.NET MVC 3 (C#)](cs/intro-to-aspnet-mvc-3.md)
|
|
|
|
- [Adding a Controller (C#)](cs/adding-a-controller.md)
|
|
|
|
- [Adding a View (C#)](cs/adding-a-view.md)
|
|
|
|
- [Adding a Model (C#)](cs/adding-a-model.md)
|
|
|
|
- [Accessing your Model's Data from a Controller (C#)](cs/accessing-your-models-data-from-a-controller.md)
|
|
|
|
- [Examining the Edit Methods and Edit View (C#)](cs/examining-the-edit-methods-and-edit-view.md)
|
|
|
|
- [Adding a New Field to the Movie Model and Table (C#)](cs/adding-a-new-field.md)
|
|
|
|
- [Adding Validation to the Model (C#)](cs/adding-validation-to-the-model.md)
|
|
|
|
- [Improving the Details and Delete Methods (C#)](cs/improving-the-details-and-delete-methods.md)
|
|
|
|
- [Getting Started with ASP.NET MVC 3 (VB.NET)](vb/index.md)
|
|
|
|
|
|
|
|
- [Intro to ASP.NET MVC 3 (VB)](vb/intro-to-aspnet-mvc-3.md)
|
|
|
|
- [Adding a Controller (VB)](vb/adding-a-controller.md)
|
|
|
|
- [Adding a View (VB)](vb/adding-a-view.md)
|
|
|
|
- [Adding a Model (VB)](vb/adding-a-model.md)
|
|
|
|
- [Accessing your Model's Data from a Controller (VB)](vb/accessing-your-models-data-from-a-controller.md)
|
|
|
|
- [Examining the Edit Methods and Edit View (VB)](vb/examining-the-edit-methods-and-edit-view.md)
|
|
|
|
- [Adding a New Field to the Movie Model and Database Table (VB)](vb/adding-a-new-field.md)
|
|
|
|
- [Adding Validation to the Model (VB)](vb/adding-validation-to-the-model.md)
|
|
|
|
- [Improving the Details and Delete Methods (VB)](vb/improving-the-details-and-delete-methods.md)
|