使用 JSON 的 .NET 库

发布于 2024-08-02 23:11:08 字数 625 浏览 13 评论 0原文

可能的重复:
用于处理 JSON 数据的良好 .NET 库?

目前我们正在使用 C# 和 .NET 2.0 框架编写 ASP.NET 页面,距离升级到 .NET 3.5 框架还有大约 4 个月的时间。与此同时,我们还有一个客户端 JS 含量很高的页面需要在 2 个月内推出。我们目前正在寻找 JayRock 来处理使用 JSON 数据调用的客户端到服务器服务方法。 JayRock 的一大优点是动态生成的客户端代理 js 来实例化和调用服务器端方法。

有人有过 JayRock 的经验吗?优点?缺点?或者其他库可以帮助我们完成类似的任务?

另外,由于我们将在今年年底升级到 .NET 3.5,并且 .NET 3.5 具有 JSON 序列化功能。升级后我们是否应该从 JayRock 切换过来?

提前致谢

Possible Duplicate:
Good .NET libraries for working with JSON data?

We are currently writing our ASP.NET pages using c# and .NET 2.0 framework and we are about 4 months out from upgrading to .NET 3.5 framework. Meanwhile we have a very client-side JS heavy page to push out in 2 months. We are currently looking at JayRock to handle our client-to-server service methods invoking with JSON data. One of the very nice things about JayRock is the dynamically generated client-side proxy js to instantiate and call the server side methods.

Does anyone have experience with JayRock? Pros? Cons? Or other libraries that can help us accomplish the similar task?

Also, since we are upgrading to .NET 3.5 by the end of the year, and .NET 3.5 has JSON serialization capabilities. Should we switch from JayRock once we upgrade?

Thanks in advance

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

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

发布评论

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

评论(1

勿挽旧人 2024-08-09 23:11:08

如果您可以安装 ASP .NET AJAX Extensions 与 2.0 一起,它具有与 3.5 内置的相同的 JSON 序列化功能。

If you can install the ASP.NET AJAX Extensions with 2.0, it has the same JSON serialization functionality that 3.5 has built in.

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