Max's Blog

.NET, SQL Server and other exciting stuff

  Home  |   Contact  |   Syndication    |   Login
  19 Posts | 1 Stories | 13 Comments | 0 Trackbacks

News

Tag Cloud


Archives

Post Categories

Links

December 2010 Entries

Part 1 - Listing Data from Database: Let us now learn ASP.NET MVC 2 from Scratch by actually developing a front end website for the Chinook database, which is an alternative to the traditional Northwind database. You can get the Chinook database from here. As always the best way to learn something is by working on it and doing something. The Chinook database has the following schema, a quick look will help us implementing the application in a efficient way. Let us first implement a grid view table...