Sathish
Sathish

Reputation: 869

Unit of Work Implementation

If anybody can share a link in which Unit of Work pattern is fully implemented in C#? (not using NHibernate or Entity framework)

Upvotes: 6

Views: 5183

Answers (1)

Andrew
Andrew

Reputation: 5277

Check out Ritesh Rao's NCommon https://github.com/riteshrao/ncommon Or Ayende's Rhino Commons http://www.ayende.com/Wiki/Default.aspx?Page=Rhino+Commons&AspxAutoDetectCookieSupport=1 Or here is an article on implementing UOW by Jeremy Miller http://msdn.microsoft.com/en-us/magazine/dd882510.aspx

Upvotes: 7

Related Questions