Areas are pieces of an MVC application that do not use the main controllers, actions, and views; rather, they mimic this structure within a specific subfolder in the project directory.
Areas are just a way to divide the modules of large applications in multiple or separated MVC.
Tags:
ASP.NET MVC Advance