Microsoft N 层示例
您对 http://microsoftnlayerapp.codeplex.com/ 有何看法?我对数据访问实现(UnitOfWork、存储库、事务)感兴趣。这是在微软技术上实现此问题的“最佳”示例吗? 如果您有一些有趣的示例或帖子描述了带有事务管理的实施 UnitOfWork + 存储库,请分享它们。
编辑:我只是想知道专家关于此实现的一些想法或一些可以帮助我解决问题的有用链接。
What do you think about http://microsoftnlayerapp.codeplex.com/ ? I am interesting in data access implementation (UnitOfWork, repositories, transactions). Is it the "best" example of implementing this issue on microsoft technologies ?
If you have some interesting samples or posts describing implementation UnitOfWork + Repository with transaction management please share them.
EDIT: I just want to know some thoughtes of expert about this implementation or some usefull links which can help me to solve my problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以看到这个示例: http://nhibernateasp.codeplex.com/ 但基于 NHibernate,它是数据访问层的良好解决方案。
You can see this sample : http://nhibernateasp.codeplex.com/ but is based on NHibernate that is a good solution for data access layer.
您帖子中提到的链接 microsoftnlayerapp.codeplex.com 已过时。
这里有基于 Microsoft 分层架构模式的示例(WPF、WCF、Windows Form、ASP.NET、MVC 等):.NET 分层架构示例
The link microsoftnlayerapp.codeplex.com,mentioned in you post has been obsoleted.
There are samples(WPF, WCF, Windows Form, ASP.NET,MVC and etc...) based on Microsoft Layered Architecture Pattern here: Layered Architecture Samples for .NET