最佳实践? Entity Framework/Linq2sql在业务层的透明性

发布于 2024-10-20 22:44:11 字数 124 浏览 2 评论 0原文

我正在从传统数据集进行一些迁移,当然还会继续进行 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 技术交流群。

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

发布评论

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

评论(1

找回味觉 2024-10-27 22:44:12

看看将 POCO实体框架 4。链接的博客文章是一个非常好的起点。

Have a look at using POCOs with Entity Framework 4. The linked blog post is a really good starting point.

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