Multiple choice technology web technology

It is mandatory that same controllers be shared by different areas in an MVC application.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In MVC applications, it is NOT mandatory that different areas share the same controllers. Each area can have its own set of controllers with the same names without conflict, thanks to area-based routing and namespace separation. Areas are designed specifically to allow modular, independent controller sets.