Simple notes to can come back to later, documenting the setup steps to follow to create a basic ASP.Net MVC 3 project in Visual Studio 2010. The goal is to end up with an MVC 3 project that uses Glimpse, ELMAH and MiniProfiler for debugging. I also want to have all the database scripts created and ready to run against my remote databases (e.g. – for ASP.Net Membership).
Tag Archives: ASP.Net
ASP.Net MVC 3 Links, Tips & Tricks
General notes/links to stuff that has helped me out in my learning of ASP.Net MVC 3.
- ASP.Net MVC 3 Roundup of Tutorials, Videos, Labs and other Assorted Training Materials Excellent set of resources. Going through the links on this page alone will keep you busy for ages.
- ASP.Net MVC 3 Tutorials Index Another wicked list of links/resources.
- Intro to ASP.NET MVC 3, by Rick Anderson, January 12, 2011 Great introductory tutorial for ASP.Net MVC 3 that spans 18 articles and covers everything you want to know to get up and running.
- Pluralsight ASP.Net MVC 3 Videos Set of 10 free videos from Pluralsight that gives a great overview of ASP.Net MVC 3.