postgresql

Nov
18
Using Entity Framework with Postgres and Neon

Using Entity Framework with Postgres and Neon

This article explores the powerful integrations between Entity Framework Core (EF Core) and PostgreSQL. We also take a look at the advantages to hosting our PostgreSQL database on Neon, and give practical guidance on handling EF migrations and database scaffolding.
7 min read
Oct
30
Getting Started with ASP.NET Core API, EF Core, and PostgreSQL on Neon

Getting Started with ASP.NET Core API, EF Core, and PostgreSQL on Neon

In this guide, we’ll integrate Entity Framework Core with PostgreSQL, hosted on Neon.tech, to handle CRUD (Create, Read, Update, Delete) operations for a "Products" table.
5 min read