Code2Gether-Discord / Congo

Generic web store learning project that consists of three ASP.NET Core projects
https://code2gether-congo.azurewebsites.net/
11 stars 2 forks source link

Add and configure EntityFrameworkCore for SQL Server #14

Closed pobiega closed 3 years ago

pobiega commented 3 years ago

As was voted on, we will use EFCore with SQL Server.

Connection string should be read from the IConfiguration and configurable via appsettings.json

Child of #3, #4, and #5.