Finished my first .NET MVC 3 application today!

I used Entity Framework 4.1 to automatically create DbContext classes that I could use in my controllers. I won’t attempt to include examples but will list some websites I used as resources to help get the job done:

This by far was my biggest help learning MVC, the video is better than the example (MVC database first with Entity Framework 4.1)

Razor Cheat Sheet

Scott Gu’s blog, excellent MVC tutorials

Visual Studio 2010 .NET framework 4 training material