The Monsters Weekly - Episode 122 - Playing with Pulumi

Using NodaTime with Dapper

After my recent misadventures attempting to use Noda Time with Entity Framework Core, I decided to see what it would take to use Dapper in a the same scenario.

Using Noda Time with Entity Framework Core

Noda Time is a fantastic date/time library for .NET. I started using it recently and it really simplified the logic around handling dates. Unfortunately, I ran in to some problems with using Noda Time together with Entity Framework Core.

Optimistic Concurrency Tracking with Dapper and SQL Server

This is a part of a series of blog posts on data access with Dapper. In today's post, we explore optimistic checks to ensure 2 users can't accidentally overwrite each other's updates to a particular row of data.