Entity Framework Core - Create Entities from Database
I recently needed to access a database with EF Core from a console application. I used the [EF Core Tools](https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/powershell) to accomplish this....