MVC 5 Notes

From Logic Wiki
Jump to: navigation, search


Attribute Routing

http://attributerouting.net/


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/