Hi, I have last release of Guidance Automation Extensions ( June 2006 ).
It uses EntLib 2.0 :) , I have already to get familiar with EntLib 3.0 :/
What the questuion is: are there any patterns / automations / solutions that I could use in Business Logic project / Service Implementation project, so that operations within some scope would be transactional?
At the moment to solve that I have to modify methods signatures and pass them transaction obiects or use System.EnterpriseServices and decorate classes\methods with attributes and all that COM+ stuff.
I have also founded custom TransactionScope class ( on www.codeproject.com ) that creates transactional scopes by simulating .NET 2.0 TransactionScope class with use of ServiceConfig.
Will new ( I hope March 2007 CTP :) ) release support .NET 2.0 TransactionScope and EntLib 3.0 Data Access Application Block?
Thanks, Paweł