领域模型 + LINQ 到 SQL 示例
我想知道是否有一个企业应用程序示例,在业务逻辑层中使用域模型和数据映射器的 LINQ 进行设计? 我不太确定如何将 LINQ to SQL 的 UnitOfWork 功能与业务层中的业务对象结合使用。
谢谢, 卢西恩
I wonder if there is an enterprise application sample, designed with Domain Model in the Business Logic layer and LINQ for the Data Mapper? I'm not so sure of how to use the UnitOfWork ability of LINQ to SQL in conjunction with business objects from the Business Layer.
Thanks,
Lucian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 MVC 店面。 它使用网络广播和博客文章中介绍的 Linq to Sql、域驱动设计和 ASP.NET MVC。 强烈推荐!
Take a look at MVC Storefront. It uses Linq to Sql, domain driven design and ASP.NET MVC presented in webcasts and blog posts. Highly reccomended!
我刚刚发布了一个简单的示例,使用 T4 模板、IoC 和 StructureMap 等。 http://daniel.wertheim.se/2010/03/14/linq-to-sql-how-to-separate-the-entities-and- the-datacontext/
查看评论。 我即将对 United of Work 实施进行更新。
I just published a simple sample using T4 templates, IoC with StructureMap etc. http://daniel.wertheim.se/2010/03/14/linq-to-sql-how-to-separate-the-entities-and-the-datacontext/
Check the comment. I'm about to make an update to the United of work implementation.
我建议查看 http://www.dofactory.com/Patterns/Patterns.aspx< /a>
I recommend having a look at http://www.dofactory.com/Patterns/Patterns.aspx