MVC 5 Notes
From Logic Wiki
Attribute Routing
Display Modes
Display modes use a convention based approach.
if you have index.cshtml and index.Mobile.cshtml files, controller serves relevant file according to device it requested.
Music Store Sample Project
project codes and step by step Walkthrough Tutorial can be found in http://mvcmusicstore.codeplex.com/