ASP.NET Core Integration Tests with Test Containers & Postgres
This post demonstrates how ASP.NET Core integration tests can be combined with .NET Test Containers & Postgres by creating a custom WebApplicationFactory.
Entity Framework (EF) is an open-source object–relational mapping (ORM) framework for ADO.NET.
This post demonstrates how ASP.NET Core integration tests can be combined with .NET Test Containers & Postgres by creating a custom WebApplicationFactory.
This article demonstrates how to authenticate against an AAD-integrated Postgres instance with a (managed) Azure identity and Entity Framework Core.