Hi,
I'm not sure if this has been asked a million times or not, but I can't seem to find anything yet so I thought I would post here :) We are building a vb.net app using CSLA 3.8.4, SQL Server 2005 and an MVC pattern.
On many of our pages, we are performing multiple saves or updates to different obejcts that are not children of parents or anything RI related. I need to wrap all of my saves and updates inside of a transaction... However I haven't been able to figure out if I can leverage the existing Transaction code in the classes since not all of my obejcts are related.
Is anyone here familiar with how I can do this? Just old fashioned Transaction Scope coding and then I might need to alter the data access to manage the connection strings with the transaction or..?
Any help or guidance would be appreciated. I keep going in circles as I'm not sure the best way to do this.
Thanks in advance :)