We are using our data-access layer with COM+. It’s suboptimal. But the reasons to keep it are that it’s transaction-secure. Are there any other alternatives to transcation-secure data-access handling?
We are using our data-access layer with COM+. It’s suboptimal. But the reasons to
Share
TransactionScope and System.Transactions have been around since 2005