Unit of Work Design Pattern

主宰稳场 提交于 2019-12-03 07:38:46

The only resource that I know off is the code for Suteki Shop, an ASP.Net MVC application which uses LINQ To SQL.

One change they carried out recently was to implement the Unit of work pattern in all the controllers.

Rick Strahl has some good stuff on it.

Ritesh Rao implements it over nhibernate, entity framework and linq to sql in his ncommon framework:

http://www.codeinsanity.com/2008/09/unit-of-work-pattern.html

http://code.google.com/p/ncommon/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!