Обложка канала

Библиотека шарписта

Полезные материалы по всему, что может быть интересно разработчику на C#.

Библиотека шарписта

3 года назад
Открыть в
Руководство по использованию PostgreSQL в .NET с Npgsql, Dapper и Entity Framework. Читать
PostgreSQL in C# .NET with Npgsql, Dapper, and Entity Framework: The Complete Guide

One of the most used databases these days is PostgreSQL (aka Postgres). Its accomplishments include being the most popular DB [among professional developers] according to Stack Overflow survey of 2022, the database in all of the fastest TechEmpower benchmarks, and being the most advanced open source database (self-proclaimed). We’ll talk today about combining Postgres with my favorite language and runtime: C# and .NET. Just because Postgres isn’t a first-party Microsoft database, like SQL Server, doesn’t mean you don’t have full support for it in C#.

Michael's Coding Spot