Are MicrosoftAjax.js
, MicrosoftMvcAjax.js
and MicrosoftMvcValidation.js
obsolete as of ASP.NET MVC 3? I haven't been able to find much info on this on the web, but from what I've read it implies that these files were used in ASP.NET MVC 1-2, and were replaced by jquery.validate.min.js
, jquery.unobtrusive-ajax.min.js
and jquery.validate.unobtrusive.min.js
. Is that correct? Do I still need the Microsoft files?
Join them; it only takes a minute:
|
||||
|
Yes, all 2 new functionalities have been introduced
The first is The second is
So in ASp.NET MVC 3 you can forget about all |
|||||||||||||
|
You only need the MicrosoftAjax functionality if you are using the libraries. Microsoft AJAX does offer some functionality not found in the provided JQuery libraries (although could be replicated with plug-ins). If you are not using Microsoft AJAX within your application you can delete all reference to these scripts. |
|||||||||||||||||||||
|