LINQ to XML 和 RIA 服务?

发布于 2024-09-07 18:24:27 字数 54 浏览 4 评论 0原文

两者有什么区别?它们是否应该执行同一个功能——数据绑定?或者相比之下,它们是“苹果和橙子”吗?

What is the difference between the two? Are they supposed to perform one and the same function - data binding? Or are they "apples and oranges" in comparison?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽清梦 2024-09-14 18:24:27

这些确实是不同的事情。 LINQ to XML 是一种尝试将 XML 数据视为关系数据并查询该数据的方法。

RIA 服务是一种特殊类型的 WCF 服务,它将数据公开给紧密耦合的客户端。它们可以具有 SOAP/二进制、SOAP/XML 或 JSON 端点。您可以将 RIA 服务视为“LINQ to Web 服务”,尽管它可以与 AJAX 配合使用,但它实际上是针对 Silverlight 客户端的。

These are really different things. LINQ to XML is a way of trying to treat XML data as though it were relational, and querying on that data.

RIA services are a special type of WCF service that exposes data to tightly-coupled clients. They can have SOAP/binary, SOAP/XML, or JSON endpoints. You can think of RIA services as a "LINQ to web service", and though it will work with AJAX, it was really intended for a Silverlight client.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文