Category Archives: WCF

>UnitOfWork in WCF using StructureMap

> In this post I will demonstrate a way to automatically manage a UnitOfWork (UoW) for Windows Communication Foundation (WCF) service requests. This is the equivalent of “Session per request” that is popular for Web applications. The reason for all this is to move transaction management out of user code resulting in cleaner and more [...]

Also posted in StructureMap | Comments closed