ASP.NET AJAX 4.0客户端数据绑定

3
我读了一些关于ASP.NET AJAX 4.0中新功能的MSDN杂志文章,主要是客户端数据绑定。我觉得MSDN杂志有时包含很多“营销”内容,所以我对真正的开发人员的意见感兴趣。这值得吗?你打算使用它吗?
编辑:如果有人感兴趣,这里是文章链接。但目前看来,这只是热衷者使用的框架。
2个回答

3
微软半年前开始更青睐jQuery而不是Microsoft Ajax。虽然新的东西看起来很棒,我也试用过它们,但我更喜欢使用jQuery和jqGrid结合使用。此外,还有许多可用于jQuery的插件,我认为这是一个额外的优点。我喜欢并仍在使用的是ASP.NET Ajax控件工具包。特别是该套件中的日历控件看起来很酷,大多数客户都希望我将其构建进去。

这是否意味着ASP.NET AJAX 4.0客户端数据绑定已经过时了? - Ladislav Mrnka
或许并不过时,但可以清楚地看到微软非常青睐jQuery,并提出了多个建议,如模板化、本地化等,以使其成为jQuery核心库的主要成员。 - Kris van der Mast

1

来自 Microsoft, jQuery 和 Templating

The ASP.NET Ajax Library
We are moving the ASP.NET Ajax Library into the Ajax Control Toolkit.

If you currently use ASP.NET Ajax Library client templates, client data-binding, or the client script loader then you can continue to use these features by downloading the Ajax Control Toolkit.

Be aware that our focus with the Ajax Control Toolkit is server-side

Ajax. For client-side Ajax, we are shifting our focus to jQuery. For example, if you have been using ASP.NET Ajax Library client templates then we recommend that you shift to using jQuery instead.

Conclusion
Our plan is to focus on jQuery as the primary technology for building

client-side Ajax applications moving forward. We want to adapt Microsoft technologies to work great with jQuery and we want to contribute features to jQuery that will make the web better for everyone. We are very excited to be working with the jQuery core team

我曾经读过这篇文章后,就停止使用有点复杂的Microsoft AJAX数据绑定,转而使用jQuery及其JavaScript微模板。尽管如此,我确实很喜欢微软AJAX库拥有的双向数据绑定的想法。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接