posted 7/26/2011 by Bevans - Views: [715]
MVC Music Store: http://mvcmusicstore.codeplex.com/
Scott Hansleman: http://www.hanselman.com/blog/CategoryView.aspx?category=ASP.NET+MVC
Phil Haack: http://haacked.com/tags/aspnetmvc/default.aspx
and our favorite friend MSDN!
http://msdn.microsoft.com/en-us/library/gg416514(v=vs.98).aspx
Can I use normal Webforms in a MVC Project?
Well as I answered in the webinar it is possable since we are still working with the asp.net base classes. Here is a great artical which discribes indepth a basic conversion proceess to get you started.
http://www.packtpub.com/article/mixing-asp.net-webforms-and-asp.net-mvc
How can I pass multipule or unique routing information?
Here is a great article by Scott Guthrie which explains it in a manor much more concise than I would be able to.
http://weblogs.asp.net/scottgu/archive/2007/12/03/asp-net-mvc-framework-part-2-url-routing.aspx
If I missed anything feel free to message me and asked, during the hustle and bustle of answering I may not have been able to write your question down.