Skip to content

Latest commit

 

History

History
Define:
The Unit of Work pattern maintains a list of objects affected by a business transaction and coordinates the writing out of changes and the resolution of concurrency problems.

Applicable:
When you need to Track changes to persistent data.
Manage concurrency problem
Manage transactions