Does anyone know if it is possible to tell dapper to add with (nolock) when using connection.GetList ()?
I use this as R from my CQRS model, and it works well, but I'm worried now that we are doing a bit harder reading to start locking tables. I would prefer not to add transactions to the mix, if possible.
source
share