In this post we’ll go through the steps to connect a .NET API to SQL Server using Entity Framework Core, and to create a SQL Server database from code using EF Core migrations. We’ll start with an example .NET CRUD API from a tutorial I posted recently, it uses an EF Core InMemory database by…