Unit of Work Design Pattern [closed]

被刻印的时光 ゝ 提交于 2019-12-04 12:33:21

问题


Does anyone have any good links about a practical example of Unit of Work pattern with LINQ to SQL


回答1:


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.



来源:https://stackoverflow.com/questions/974983/unit-of-work-design-pattern

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