Top "Idbconnection" questions

Proper way of using BeginTransaction with Dapper.IDbConnection

Which is the proper way of using BeginTransaction() with IDbConnection in Dapper ? I have created a method in which i …

c# .net orm dapper idbconnection
.Net Core Dependency Injection IdbConnection

I have a .NET MVC app that uses autofac for Dependency Injection. When the app starts the following code registers …

c# dependency-injection asp.net-core-mvc idbconnection
Dapper. IDbConnection and IDbTransaction

How should I use an IDbConnection and an IDbTransaction with Dapper? At the moment I am using only a IDbConnection. …

dapper idbconnection