I know that there is library that supports unobtrusive AJAX so I asked my father (also .net programmer) why he don't use it and his answer was very surprising for me:
"The
unobtrusive AJAX(in your casejquery.unobtrusive-ajax) not recommended for use so I don't using it. I prefer manually writeAJAXrequests usingJQuery."
I searched around the internet but I can't find place that saying that unobtrusive AJAX is not recommended for use.
So is there any problem with the usage of jquery.unobtrusive-ajax and MVC AJAX helpers? If so, Can you say what is the problem and is it fixable?