最佳实践? Entity Framework/Linq2sql在业务层的透明性
我正在从传统数据集进行一些迁移,当然还会继续进行 BL。如何最好地在 BL 中创建一个类似于透明类的单个类,用于处理从应用程序和应用程序请求的数据。不需要像 DAL 中那样进行不同的管理吗?
这个想法是否存在重大违规?
I'm into a little migration from traditional DataSets and of course continue go through BL. How do best I create a single class in BL that's acts like a transparent class, for data that are requested from application & not need to be managed differently then it already is in DAL?
Is there some major violation in this idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看将 POCO 与 实体框架 4。链接的博客文章是一个非常好的起点。
Have a look at using POCOs with Entity Framework 4. The linked blog post is a really good starting point.