Skip to content

stackkraft/ef-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to The Ultimate Guide to EF Core

This guide is created for .NET developers that use Entity Framework (EF) Core: to help them understand how EF Core can be used and to prevent common pitfalls and misconceptions when using EF Core.

Topics:

  • Setting up your DbContext
  • Configuring your entity
    • Attributes vs Entity Type Configurations
    • Junction tables (many-to-many relations)
    • Type convertors
  • Migrations
    • Updating your database (command line vs in code)
  • Querying and filtering
    • Prefetches/eager loading
  • Creating records
  • Updating records
  • Deleting records
  • Transactions
  • Concurrency control
  • Multi-tenancy
  • Database specifics
  • Tips and tricks
    • NoTracking as default (opt-in to track)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published