How to build a full stack CRUD app with a .NET 7.0 API, PostgreSQL database and Angular front end.
How to perform CRUD operations on a PostgreSQL database in C# with a Dapper Repository
How to connect to a PostgreSQL database with C# in ASP.NET Core using Dapper and ADO.NET
How to auto create a database and tables in PostgreSQL with C#, ASP.NET Core and the Dapper ORM
Published: March 23 2023
Last updated: April 13 2023
How to build a .NET 7.0 CRUD API with Dapper and a PostgreSQL database.
This post shows goes through the steps to connect a .NET 6 API to PostgreSQL using Entity Framework Core, and automatically create/update the PostgreSQL database from code using EF Core migrations.