Repo that contains the source code for the YouTube Tutorial Series of EF Core.
- Basics (Migrate, Select, Insert, Update, Delete, Seeding, LIKE, Connection Resiliency)
- Relations (One-to-One, One-to-Many, Many-to-Many)
- Lazy loading (N+1 problem)
- Inheritance (TPH)
- Auditing, soft delete
- Multitenancy
- Concurrency
- Transactions
Use issues for mistakes in the code, give feedback and suggestions.
PR's that would improve this repo are welcome too!
This repo will be kept up-to-date untill EF Core 3 is released.
If there are too many breaking changes in EF Core 3+ this repo will become deprecated.