Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of ASP.Net MVC "special" folders/files

Is there a list of the "special" folders and files in ASP.Net MVC? I'm talking about things like "Views/Shared/EditorTemplates" and "Views/_ViewStart.cshtml."

EDIT: Responding to CodeIgnoto's comment, I'm not asking about general architecture or how to create a site. I want a list of all the "special" folders and files that the ASP.Net MVC uses. There appear to be quite a few poorly documented features of the ASP.Net MVC framework that could be extremely useful. When I stumbled upon the EditorTemplates and DisplayTemplates folders, I was shocked that they weren't really documented anywhere.

like image 801
harley.333 Avatar asked May 06 '13 12:05

harley.333


1 Answers

I think they should be _Layout.cshtml, App_Codes, App_LocalResosources, App_GlobalResources, Themes, Global.asax, Web.config...

like image 75
thangchung Avatar answered Nov 03 '22 12:11

thangchung