The Catch Block Dapper SQL The Catch Block #33 - Dapper Helper Database Service Let's build a DatabaseService class to execute the DapperHelper generated SQL! by Matthew Jones
The Catch Block Dapper The Catch Block #32 - Dapper Helper UPDATEs Let's add UPDATE functionality to our Dapper Helper. Plus: Galaga in Blazor! by Matthew Jones
The Catch Block Dapper The Catch Block #31 - Dapper Helper Beginnings Let's build a class that will generate parameterized SQL INSERT statements! by Matthew Jones
C# ASP.NET Core Dapper Using a Dapper Base Repository in C# to Improve Readability Let's implement a base Dapper class in C# to make our Repositories more readable! by Matthew Jones
Dapper ASP.NET Core Tutorials Implementing a Generic Dapper Repository in ASP.NET Core Let's make a "base" Dapper repository in ASP.NET Core, which can expose data access methods and log exceptions, in order to clean up our code. by Matthew Jones
Dapper Entity Framework Core Performance Dapper vs EF Core Query Performance Benchmarking by Matthew Jones
Dapper ASP.NET Core Sample Project Using Dapper Asynchronously in ASP.NET Core Let's implement Dapper in a new ASP.NET Core project, and see how it can help us access data quickly and without any icebergs! by Matthew Jones
Entity Framework Sample Project Dapper Dapper vs Entity Framework vs ADO.NET Performance Benchmarking Just how fast is Dapper.NET compared to ADO.NET and Entity Framework? Let's find out! Download the sample project from GitHub to test on your machine. by Matthew Jones