InterviewSolution
Saved Bookmarks
| 1. |
What Is Area In Mvc? |
|
Answer» Area is USED to store the details of the MODULES of our project. This is really helpful for BIG applications, where controllers, VIEWS and models are all in main CONTROLLER, view and model folders and it is very difficult to manage. Area is used to store the details of the modules of our project. This is really helpful for big applications, where controllers, views and models are all in main controller, view and model folders and it is very difficult to manage. |
|