Multiple choice technology web technology

ASP.Net MVC Applications are?

  1. Looslely coupled

  2. with User friendly URL

  3. Less complex

  4. All of the above

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

MVC's separation of concerns creates loose coupling between Model, View, and Controller. The routing engine generates clean, SEO-friendly URLs without file extensions. By organizing code into distinct layers, MVC applications are generally less complex to maintain than monolithic alternatives.