Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Last active May 6, 2016 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottsauber/834b2d5d0b7105f907a85aca72f37293 to your computer and use it in GitHub Desktop.
Save scottsauber/834b2d5d0b7105f907a85aca72f37293 to your computer and use it in GitHub Desktop.
Areas seem to be like this out of the box:
/Areas
/Blog
/Controllers
BlogController.cs
/Views
Create.cshtml
...
Not like this, which is more like Feature Folders:
(When I try this with Areas out of the box, I get a cannot find View error)
/Areas
/Blog
BlogController.cs
Create.cshtml
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment