数据合同和 BAL 中的属性重复

发布于 2024-07-10 17:42:35 字数 98 浏览 9 评论 0原文

我有一个 Silverlight 项目,它使用数据协定将数据传递到 WCF 服务。 然后,WCF 方法调用 BAL 类,该类也具有相同的属性。 有什么办法可以避免这种属性重复吗?

I have a Silverlight Project which passes data using the Data Contract to a WCF service. The WCF method then invokes a BAL class which again has the same properties. Is there any way to avoid this duplication of properties ?

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

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

发布评论

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

评论(1

∞琼窗梦回ˉ 2024-07-17 17:42:35

Chak,

根据您的情况,这可能对您有用。 您可以在 Visual Studio 中的项目之间共享项目。 添加新项目(在您的情况下为 C# 类)时,只需将该项目添加为链接项目即可。 通过这样做,该类将只存在于一个位置。 几个月前我写了一篇关于此的博客文章。

我希望这有帮助!

http:// /www.pagebrooks.com/archive/2008/10/11/sharing-code- Between-.net-and-silverlight-platforms.aspx

Chak,

Depending on your situation this might work for you. You can share items between projects in Visual Studio. When adding a new item (C# class in your case), simply add the item as a linked item. By doing this, the class will only exist in one location. I wrote a blog post about this a couple months ago.

I hope this helps!

http://www.pagebrooks.com/archive/2008/10/11/sharing-code-between-.net-and-silverlight-platforms.aspx

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