Is the ASP.NET Ajax Library dead?

ε祈祈猫儿з 提交于 2019-12-07 00:13:19

问题


I've recently stumbled across a few blogs that say the ASP.NET Ajax Library is dead, in particular:

  • http://encosia.com/2010/10/04/understanding-jquerys-impact-on-microsoft-and-asp-net/
  • http://weblogs.asp.net/toddanglin/archive/2010/04/19/microsoft-ajax-client-library-is-dead-long-live-jquery.aspx

Is this generally true, technically and practically?


回答1:


Yes, it is. Even for SharePoint developers (which uses ASP.net AJAX heavily) it's out of favor.

However, the SERVER SIDE ASP.net AJAX (UpdatePanel etc.) are alive and kicking. They have some shortcomings (UpdatePanel can send tons of viewstate back and forth).

But the Client Side Framework and ASP.net AJAX Library is dead.




回答2:


I've been to Microsoft talks on jQuery, and basically it sounded to me like they expected everyone to use jQuery for client-side-only DOM manipulation and ASP.NET Ajax was still used for it's Ajax components (like UpdatePanel) and as a basis for AJAX into .NET services made with WCF or just back to ASHX or other server code.

From being a component developer that targets ASP.NET, I can tell you that it's very much used by our customers, and we need to support it.




回答3:


Scalable comet ajax is more popular now. Try the samples of PokeIn library.




回答4:


A technology can't die if it's customer base is so big!



来源:https://stackoverflow.com/questions/4250637/is-the-asp-net-ajax-library-dead

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!