1.

What is Area in ASP.NET MVC?

Answer»

The area will permit to divide the larger application into smaller units where every UNIT will have an MVC FOLDER structure SEPARATELY, exactly like the default MVC folder structure. 

Consider an example of a large enterprise application that might have different modules such as HR, finance, ADMIN, marketing, etc. So for all these modules, an Area can have a separate MVC folder structure.



Discussion

No Comment Found