.Netframework 2.0 的 OData 客户端
是否有一个客户端可以在 .Netframework 2 应用程序中使用 OData 服务?尚未找到明确的答案/示例。
Is there a client that I can consume OData service in a .Netframework 2 application? Haven't found a clear answer / example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为不存在(还没见过)。您可以在此处 http://odata.codeplex.com/ 从 codeplex 下载 3.5 客户端并尝试移植到2.0。但话又说回来,为什么不能直接使用 3.5(因为它与 2.0 的 CLR 相同,只是更多的库)。
I don't think there is (haven't seen it yet). You can download the 3.5 client from codeplex here http://odata.codeplex.com/ and try to port it to 2.0. But then again, why can't you use the 3.5 directly (since it's the same CLR as 2.0, just more libraries).