Uses SqlLite, EntityFramework and AspNetCore.Identity
dotnet tool install --global dotnet-ef
Modify TodosConnection in Infrastructure\appsettings.json (or use user-secret)
cd Infrastructure
dotnet ef database update
cd RazorPagesApp
dotnet ef database update --context ApplicationDbContext