http://www.LearnVisualStudio.NET/281.html
An in-depth tutorial on building an application with ASP.NET MVC. In this video we build the basics of Nerddinner.com and cover issues such as Unit Testing, Javascript (using jQuery), and how to use the new tooling features for Visual Studio 2008 which are installed with the ASP.NET MVC project templates.
http://www.LearnVisualStudio.NET/281.html
@finalblogger I had to change my code to this using VS 2010, var db = new Nerddinner.DB(); var dinners = db.Dinners; return View(dinners);
hope that helps
jed6669 9 months ago
I am using MVC2 with VS 2010 Express and not able to find DB class under index (dinnercontroller).. I have followed all the previous steps...
finalblogger 11 months ago