I'm finishing up my 4 day training course on CAB/SCSF by David Platt.
It was a great class and encourage others to try it out.
Sir, if you're reading this: thanks again.
Pat
Last year, I was working on a CAB/SCSF project that had to deal with concurrency (when a user tries to save changed data, but data on the server was already changed by someone else). We used optimistic concurrency and tried to auto-resolve the issues whenever possible and where the business rules allowed it. Whenever auto-merge was not possible, we had to inform the user and provide a mechanism to allow the user to first discover the conflicts and choose the best answer. Anyway, we had to deal with ......