数据合同和 BAL 中的属性重复
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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