Now we can easily handle distributed transactions by System.Transactions assembly and TransactionScope class. But how were distributed transactions handled before ADO.NET 2.0?
Now we can easily handle distributed transactions by System.Transactions assembly and TransactionScope class. But
Share
You would use the EnterpriseServices classes which interact with COM+.
COM+ Integration: How .NET Enterprise Services Can Help You Build Distributed Applications
HOW TO: Perform a Distributed Transaction with a .NET Provider by Using ServicedComponent in Visual C# .NET