
Part III: SQL Server Integration Testing with Testcontainers
Add integration testing to your containerised SQL Server setup with Testcontainers for .NET. Spin up real SQL Server instances on-demand, run your tests, and tear them down automatically.

Add integration testing to your containerised SQL Server setup with Testcontainers for .NET. Spin up real SQL Server instances on-demand, run your tests, and tear them down automatically.

I built an Azure Event Grid Simulator so I could run integration tests locally without needing a real Event Grid instance. It鈥檚 on GitHub.