Simplifying Integration Testing with ASP.NET Core and Testcontainers
Looking at the challenges of integration testing a new ASP.NET Core API, the limitations of Entity Framework Core in-memory database and an example of using Testcontainers as a solution for integration testing with a real SQL Server Database using Docker containers.