Can someone please guide me to where I can find a collection of ASP MVC sample layout/pages.
I'm looking to learn the ASP MVC layouts, and looking for some examples of different layouts. Also, can you help/answer in understanding when to use sections and when to use partial views, views - what is the correct/recommended hierarchy in this?
I want to have a master page layout (shared, if I understand this correctly), and want to simply use the models as controls that I can reuse in multiple pages. Do I use partial views, views or sections for this?