Why we need "Areas" in MVC?
Answer / Lakhan Kore
In ASP.NET MVC, Areas provide a way to organize related controllers, views, and other resources into separate sections within an application. This helps maintain a clean separation of concerns and promotes better organization for large applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you maintain session in mvc?
Mention what are the file extensions for razor views?
What are the features of mvc5?
Is forms authentication possible in mvc? If yes then explain in detail how?
What is actionresult mvc?
What are child actions in mvc?
What is validation in mvc?
What are the three segments for routing important?
What is mvc (model view controller)?
What is mvc in ci?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
What is route in mvc?