Skip to content

MatthiWare/EFCore.Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Entity Framework Core 2.1+ Tutorial

Repo that contains the source code for the YouTube Tutorial Series of EF Core.

In this repo

  • 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

Contributing

Use issues for mistakes in the code, give feedback and suggestions.

PR's that would improve this repo are welcome too!

Future

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.