Silverlight 中 ADO.NET 数据服务和 WCF 服务之间的重用类型

发布于 2024-08-12 04:22:37 字数 219 浏览 2 评论 0原文

我有一个 ADO.NET 数据服务和一个常规 WCF 服务。我在 Silverlight 应用程序中使用这两种服务。 WCF 服务有一个操作,该操作具有与 ADO.NET 数据服务返回的实体类型相同的参数。问题是 silverlight 为 WCF 服务和 ADO.NET 服务生成不同的类型,因此将结果从一个服务传递到另一个服务需要额外的代码。我也想将为 ADO.NET 数据服务代理生成的类型重新用于 WCF 服务代理。

I have an ADO.NET Data Service and a regular WCF service. I'm using both these services in a Silverlight application. The WCF sercvice has an operation which has a parameter of the same type as an entity returned by the ADO.NET Data Service. The problem is that silverlight generates different types for the WCF service and for the ADO.NET service so passing the result from one to the other would require extra code. I would like to reuse the types generated for the ADO.NET Data Service proxy for the WCF serice proxy as well.

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

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

发布评论

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

评论(1

永不分离 2024-08-19 04:22:37

Take a look at this tip from Alex James.

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