How transaction should be handled while using Unit of Work pattern in a WinForm application
- Should new UOW session be created when form is initialized?
- Disposed when form is exited?
- call UOW.commit() in every save?
Please advice
Any articles on this topic??