如何让 Entity Framework 4 和 WCF 数据服务与 Silverlight 3.0 一起使用

发布于 2024-09-17 19:09:34 字数 343 浏览 6 评论 0原文

我有一个项目需要分阶段升级。我需要首先实现实体框架 v4,然后最终将 Silverlight v3 应用程序升级到 v4。

不幸的是,我的客户至少需要四个月才能推出 Silverlight 版本 4(他们确实想迁移到 v4,但必须通过公司范围内的升级计划)。

无论如何,我的问题是如何让 WCF 数据服务与 Silverlight 3 配合使用(因为它无法解析 DataServiceCollection 或 DataServiceQueryContinuation ?

或者,我应该使用什么建议的工作流程来让 WCF 数据服务/实体框架 v4 与 Silverlight 3 配合使用 。

提前感谢您的帮助

I have a project that needs to be upgraded in stages. I need to implement Entity Framework v4 first and then eventually upgrade the Silverlight v3 application to v4.

Unfortunately my client is not able to roll out Silverlight version 4 until for at least four months (they do want to move to v4 but they have to go though a company wide upgrade program).

Anyway, My question is how do I get WCF Data Service to work with Silverlight 3 (as its not able to resolve DataServiceCollection or DataServiceQueryContinuation ?

Or, what suggested workflow should I use to get WCF Data Service / Entity Framework v4 to work with Silverlight 3?

Thanks for your help in advance.

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

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

发布评论

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

评论(1

漫雪独思 2024-09-24 19:09:34

您可以使用属于 Silverlight 3 一部分的 WCF 数据服务版本,使用该版本您将无法获得数据绑定支持和其他特权。但它可以在较新的服务器上正常工作(假设您的服务器当然不会使用任何新功能)。
或者您可以下载此 CTP:http://blogs.msdn.com/b/astoriateam/archive/2010/02/24/ado-net-data-services-for -silverlight-3-update-ctp3-now-available-for-download.aspx
它还为 SL 3 带来了 V2 功能。

You can either use the version of WCF Data Services which is part of Silverlight 3 with which you won't get data binding support and other perks. But it will work against the newer server just fine (assuming your server won't use any of the new features of course).
Or you can download this CTP: http://blogs.msdn.com/b/astoriateam/archive/2010/02/24/ado-net-data-services-for-silverlight-3-update-ctp3-now-available-for-download.aspx
It brings the V2 features to SL 3 as well.

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