I used jQuery exclusively in my last project to complete all my AJAX calls. I used the calls to $ .ajax and $ .getJSON to return data to the page. However, I see a ton of examples on the Internet, using jQuery to process the user interface and format the data, but using ASP.NET AJAX to actually make web service calls and retrieve data. Is it more efficient to use ASP.NET AJAX to retrieve data for AJAX calls? Does it work better than jQuery?
I donβt think that will change much if you use ASP.NET Ajax or jQuery. What may matter is what data is returned and what format it has, for example, in XML, HTML or JSON.
For example, it might be more efficient to return a lightweight JSON object from an Ajax call rather than a large XML document: you can always control the size of the Ajax response using Firebug or something similar.
You will probably have to judge each scenario by its own merits.
Ajax Control Toolkit microsoft 2 , jQuery, , , , jQuery ajax- , ajax. , , ajax.
HTTP jQuery ajax-, .
. MS JQuery , "" , (, ), .
, , , , (json vs. xml), JQuery $.ajax $.getJSON - Sys. Net.WebServiceProxy . asp.net ajax - , , - (.. HTTP).
, ASP.Net jquery... http://www.aspcode.net/ASPNET-and-JQuery-first-example.aspx
If this is true, it will mean that they are connected by speed. Although jQueries libraries are likely to update faster.
Source: https://habr.com/ru/post/1699270/More articles:Disable WCF proxy completely - proxyhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1699266/aspnet-mvc-server-controls-vs-html-class-to-render-controls&usg=ALkJrhhXORIGIRJLH8i4E0zAJ3tUGHuU_wRegular expression for search terms not preceded or followed by [az] and [AZ] - regexWhat is your favorite Emacs plugin? - emacsMouse positioning - gluthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1699271/signing-a-desktop-application&usg=ALkJrhispj_7IvjcZlfWmRKmc2KzishpxgIs there a way to authenticate a user in the ms-access database? - authenticationchange installation popup for clickonce - clickonceShadow Copying and mixed downloads of C # and C ++ DLL from arbitrary folders - c ++GetProcessID Alternative for Windows 2000 - c ++All Articles