Using test containers for integration tests in C#
Background In almost all of our applications we have a database that we write to. We have multiple ways we write to said databases, such as Dapper or Entity Framework. We also connect to multiple venders databases, such as MySql,… Read More »Using test containers for integration tests in C#