ASP.NET MVC Cheesy Northwind Sample Code
A number of folks wanted the code from my talk at Mix, specifically the "complete application" example with CRUD (Create, Read, Update, Delete) so here it is. It's nothing pretty to look at, but it makes a number of points with ASP.NET MVC : It uses the
Read More...