In a previous
[https://jpvelasco.com/unit-testing-asp-net-core-with-entity-framework-core/] blog post
I showed you how you can setup unit tests to run in memory when testing ASP.NET
Core & EF Core applications. But what about when you want to deploy a new
application built on .NET Core. In this post I outline