Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unit of Work Design Pattern [closed]

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

like image 241
chugh97 Avatar asked Nov 06 '22 20:11

chugh97


1 Answers

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.

like image 121
Keith Bloom Avatar answered Dec 21 '22 13:12

Keith Bloom