I m working on a .Net 2.0 application and need to wrap some database transactions in my code. The backend is SQL Server 2008.
I ve been away from .net for a few years, the last time I did any transaction processing was in .Net 1.1 with serviced components. I know about TransactionScope, and was wondering if that s a good way to go about things now.
Also, in .Net 3.5 I assume there are other ways to do this, say with WCF? Just wondering if someone could point me toward an article or two. Thanks very much.