What is AREA in MVC ?
ASP.Net MVC defines areas, helpful in managing a large application into smaller modules.
A large application say, any e-commerce shopping portal may have different sections
e.g. Men, Women, Electronic portal, billing module, reporting and order tracking module .
These modules can be managed into different areas and routing for each area can be managed differently.