WCF Web Api 项目中的 DTO
我一直在阅读一些通过 WCF Web Api 公开数据的最佳实践,并且在许多地方似乎建议不要使用域实体来公开数据,而是使用 DTO 来实现此目的。
我在网上找不到有关如何执行此操作的示例。
我在哪里可以找到这方面的一些文档/样本?
您对这种方法有何看法?
请帮忙。
Ive been reading on some best practices for exposing Data over WCF Web Api and in many places it seems to be recommended not to use Domain Entities to expose your data but to use DTO for this.
What I cant find is a sample on the web on how to approach doing this.
Where can I find some documentation/samples on this?
whats your take on this approach?
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我喜欢 Samuel Meachan 的 方法。
I like Samuel Meachan's approach.