ASP.NET Ajax库死了吗?

时间:2022-10-02 03:19:03

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

我最近偶然发现一些博客说明ASP.NET Ajax库已经死了,特别是:

Is this generally true, technically and practically?

这在技术上和实际上都是正确的吗?

4 个解决方案

#1


3  

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

是的。即使对于SharePoint开发人员(大量使用ASP.net AJAX),它也不受欢迎。

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).

但是,SERVER SIDE ASP.net AJAX(UpdatePanel等)还活着并且正在踢。它们有一些缺点(UpdatePanel可以来回发送大量的viewstate)。

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

但客户端框架和ASP.net AJAX库已经死了。

#2


4  

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.

我去过微软关于jQuery的讨论,基本上听起来像是他们希望每个人都使用jQuery来进行客户端的DOM操作,而ASP.NET Ajax仍然用于它的Ajax组件(如UpdatePanel)和使用WCF或仅返回ASHX或其他服务器代码将AJAX转换为.NET服务的基础。

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.

作为面向ASP.NET的组件开发人员,我可以告诉您,我们的客户非常喜欢它,我们需要支持它。

#3


2  

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

可扩展的彗星ajax现在更受欢迎。试试PokeIn库的样本。

#4


0  

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

如果客户群如此之大,技术就不会消亡!

#1


3  

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

是的。即使对于SharePoint开发人员(大量使用ASP.net AJAX),它也不受欢迎。

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).

但是,SERVER SIDE ASP.net AJAX(UpdatePanel等)还活着并且正在踢。它们有一些缺点(UpdatePanel可以来回发送大量的viewstate)。

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

但客户端框架和ASP.net AJAX库已经死了。

#2


4  

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.

我去过微软关于jQuery的讨论,基本上听起来像是他们希望每个人都使用jQuery来进行客户端的DOM操作,而ASP.NET Ajax仍然用于它的Ajax组件(如UpdatePanel)和使用WCF或仅返回ASHX或其他服务器代码将AJAX转换为.NET服务的基础。

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.

作为面向ASP.NET的组件开发人员,我可以告诉您,我们的客户非常喜欢它,我们需要支持它。

#3


2  

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

可扩展的彗星ajax现在更受欢迎。试试PokeIn库的样本。

#4


0  

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

如果客户群如此之大,技术就不会消亡!