So, ASP.net MVC comes with jQuery and ASP.net Ajax by default. Although the examples of using jQuery are obvious and many, I'm just wondering what is the ASP.net Ajax point? If I just have my controller actions return JSON, do I need it? In addition, any "old" ASP.net controls only work if you use the Webforms viewer (I think I want to use another, but itβs not).
What does ASP.net Ajax offer in MVC?
Michael stum
source share