ASP.NET MVC Sample Applications
ASP.NET MVC Storefront Starter Kit
The MVC Storefront project documents the building of an Ecommerce application using ASP.NET MVC and
Test-driven development. The goal of this starter kit is to introduce the development process of a
large-scale application that goes beyond the typical demo or sample application and to create something
applicable and reusable in a very open, transparent way.
Rob Conery has documented the development process on his
blog and created a
video series for many of
the development steps. During the process Rob has solicited feedback from members of the community and
also held design sessions with prominent Microsoft MVPs. The Project is ongoing and will update with
each change in the MVC Framework.
Northwind Demo Application
The Northwind Demo Application creates a basic Product Catalog management application with create, read, update and delete functionality.
Kigg Demo Application
The Kigg Demo Application is a Digg like application developed with ASP.NET MVC Framework, LINQ to SQL and ASP.NET AJAX.