Dapper - Transaction

    Begin a new transaction from the connection and pass it in the transaction optional parameter.

    Try it: .NET Core |

    is exactly like Dapper but extend the interface instead and use Dapper under the hood.

    It’s a simple library to make it easier to work with a transaction.

    NuGet: https://www.nuget.org/packages/Dapper.Transaction/

    GitHub: