How to use the unit of work and repository patterns in a service oriented enviroment
- by A. Karimi
I've created an application framework using the unit of work and repository patterns for it's data layer. Data consumer layers such as presentation depend on the data layer design. For example a CRUD abstract form has a dependency to a repository (IRepository).
This architecture works like a charm in client/server environments (Ex. a WPF…