Language

Samples

Here are some ASP.NET MVC samples recommended by the ASP.NET team. You can find more samples on the MSDN Samples Gallery.

Getting Started With MVC 3

Getting Started With MVC 3

Monday, October 03, 2011

This tutorial will teach you the basics of building an ASP.NET MVC Web application using Microsoft Visual Web Developer 2010 Express Service Pack 1, which is a free version of Microsoft Visual Studio.

MVC Music Store

MVC Music Store

Monday, October 03, 2011

MVC Music Store is a tutorial application built on ASP.NET MVC. It's a lightweight sample store which sells albums online, demonstrating ASP.NET MVC's productivity features and data access via Entity Framework 4. See what you can do with MVC in under 1000 lines of c# code!

ASP.NET MVC 4 Mobile Features

ASP.NET MVC 4 Mobile Features

Monday, October 03, 2011

This tutorial will teach you the basics of how to work with mobile features in an ASP.NET MVC 4 developer preview Web application.

NerdDinner

NerdDinner

Monday, October 03, 2011

The Open Source ASP.NET MVC Project that helps nerds and computer people plan get-togethers. You can see the site running LIVE at http://www.nerddinner.com. This project's goal is to create the best website for Technology People to host their Lunches, Flashmobs, Dinners and informal get-togethers.

Project Silk

Project Silk

Monday, October 03, 2011

Project Silk provides guidance for building cross-browser web applications with a focus on client-side interactivity. These applications take advantage of the latest web standards like HTML5, CSS3 and ECMAScript 5 along with modern web technologies such as jQuery, Internet Explorer 9, and ASP.NET MVC3.

Create a Movie Database Application in 15 Minutes with ASP.NET MVC

Create a Movie Database Application in 15 Minutes with ASP.NET MVC

Monday, October 03, 2011

Stephen Walther builds an entire database-driven ASP.NET MVC application from start to finish. This tutorial is a great introduction for people who are new to the ASP.NET MVC Framework and who want to get a sense of the process of building an ASP.NET MVC application.

Using TDD with ASP.NET MVC

Using TDD with ASP.NET MVC

Monday, October 03, 2011

This walkthrough shows you how to develop an ASP.NET MVC application in Visual Studio using the test-driven development (TDD) approach.

Filtering in MVC 3

Filtering in MVC 3

Monday, October 03, 2011

The sample code shows you how to create custom filters in MVC 3. The request timing filter can be used to profile your action methods. The trace filter is useful for monitoring your application.

Creating a MVC 3 Application with Razor and Unobtrusive JavaScript

Creating a MVC 3 Application with Razor and Unobtrusive JavaScript

Monday, October 03, 2011

The sample is a simple MVC 3 web site user list. Users can enter, view, and update user information. This sample doesn't use a database.

nopCommerce

nopCommerce

Monday, October 03, 2011

nopCommerce is a open source e-commerce solution that is ASP.NET 4 based with a MS SQL 2005 (or higher) backend database. nopCommerce is developed to take full advantage of the newest technologies available.

Truck Tracker

Truck Tracker

Monday, October 03, 2011

An MVC Geolocation App using MySQL, NHibernate, Ninject & Google Maps

FunnelWeb

FunnelWeb

Monday, October 03, 2011

FunnelWeb is an open source blog engine, built by developers for developers.

Raccoon Blog

Raccoon Blog

Monday, October 03, 2011

A blog application running on MVC 3 and with a RavenDB backend.

Contoso University - Entity Framework and ASP.NET MVC

Contoso University - Entity Framework and ASP.NET MVC

The Contoso University sample web application demonstrates how to create ASP.NET MVC applications using the Entity Framework. The sample application is a website for a fictional Contoso University. It includes functionality such as student admission, course creation, and instructor assignments.

MSDN Samples Gallery

MSDN Samples Gallery

Find more ASP.NET samples on the MSDN Samples Gallery! Have a sample to share with the community? You can upload it here.

ASP.NET MVC Books

Microsoft's Jon Galloway recommends these books for learning ASP.NET MVC:

Pro ASP.NET MVC 4

Pro ASP.NET MVC 4

by Adam Freeman

Professional ASP.NET MVC 4

Professional ASP.NET MVC 4

by Jon Galloway, Phil Haack, Brad Wilson, K. Scott Allen