Tag: scope

Implementation of TransactionScope on C# Code without Database

Implementation of TransactionScope on C# Code without Database

Transaction is one of the common problems that we often use during database operation. While performing a batch data manipulation,…

Continue Reading