Multiple choice technology web technology

ASP.Net MVC 2.0 new features include?

  1. Asynchronous Controller support

  2. Model validation support enhancements

  3. Progressive rendering using Html.RenderAction

  4. All of the above

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

ASP.NET MVC 2.0 introduced multiple significant features including asynchronous controllers for better scalability, enhanced model validation support, and Html.RenderAction for progressive rendering/partial views. All three listed features were indeed new in MVC 2.0, making 'All of the above' the correct choice.