When developing database-driven .NET and .NET Core, regardless of the database we intend to deploy in the end, we will often want to work with a database engine that is lightweight and fast, in order ...
Dapper Dan plans a fashion renaissance after losing everything. Harlem legend and fashion designer Daniel R. Day, better known as Dapper Dan, is a testament to resilience and determination. Despite ...
We had a bug in a stored proc that left a transaction open. Completely understand this is a bug in non-Dapper code however I feel Dappers handling of SQL Errors is flawed, inconsistent with other ...
Take advantage of the async methods in Dapper to improve the scalability and performance of your ASP.NET Core applications. Dapper is an easy to use, lightweight, flexible, fast, and open source ...
There's no doubt that Entity Framework with LINQ is great (I've certainly written enough articles about it). But Entity Framework comes at a cost. As Matthew Jones points out on his blog, using ...
Get original SQL error message on client-side using Dapper? #959 Closed arslanaybars opened on Mar 2, 2018 ...