InterviewSolution
Saved Bookmarks
| 1. |
What is Area in MVC |
|
Answer» MVC have separate folders for Model, View and Controller. In the CASE of large projects, it becomes unmanageable with the default MVC structure. MVC 2 has introduced Area. Create MVC Area To add MVC Area into your application, FOLLOW the below steps:
|
|