I have question about benefit of using areas and necessity of them.
I see some opposites:
- MVC patterns have routes, and they need for escaping out of folder structure.
- But when we using areas we create folders which maps to routes. And result of it is that we finally return again to folder structure?
Does really needed areas in mvc application, because they force us to return to folder structure.
Which goals of using areas in asp mvc? Which benefits of using areas.