It appears that both jQuery and ASP.Net MVC have ways of performing AJAX functions.
Which do you prefer for you AJAX functionality?
Do you typically use one over the other, or does it depend?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are comparing Microsoft Ajax vs jQuery than there is absolutely no doubt that you should pick jQuery. I have used Microsoft Ajax back in the time when I was doing classic WebForms and with ASP.NET MVC I consider this framework as totally obsolete compared to jQuery. I never use it in any ASP.NET MVC application. Actually in ASP.NET MVC 3 even Microsoft deprectaed it and replaced it with jQuery as the default framework. But even if you are doing ASP.NET MVC 1 or 2 you should use jQuery.