Performance benchmarks of PostgreSQL .NET with Npgsql, Dapper, and Entity Framework Core
Views: 3616
In a previous blog post, I showed you how to use PostgreSQL in C# with Npgsql, Dapper, and Entity Framework Core. But if you’re going to use one of them, it’s probably a good idea to make sure you’re not choosing a library that has really bad performance. Or at...