EFCore - Parallel Async
This is no longer needed but maybe can be used for real-time example projects. Currently dont have any use for it.
- https://stackoverflow.com/questions/44063832/what-is-the-best-practice-in-ef-core-for-using-parallel-async-calls-with-an-inje
- https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/
I've also been moving away from EF in favor for Dapper, still using tasks that might be unless until I write myself an example.