Multiple choice technology web technology

ASP.Net MVC 2.0 provides

  1. More control over view state

  2. More control over behaviour of the application

  3. More control over Client Ids

  4. All of the above

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

ASP.NET MVC 2.0 provides greater control over application behavior through improved separation of concerns, enhanced routing, and better abstraction over WebForms. While it gives some control over client IDs and reduces view state issues, its primary benefit is behavioral control.