MUnique OpenMU Project
  • Home
  • About
  • Docs
  • GitHub
  • Discord

Entity Framework Core

Blog posts with information about entity framework core
Entity Framework Core

.Include(...) is not the right solution to load 1:n relationships

When I read about what people suggest to load 1:n relations, it makes me wonder if they know what they are doing. In Entity Framework Core, basically every LINQ expression translates into one SQL statement. When you do Include(...) on 1:n relationships (collection navigation properties), you are basically
Jul 25, 2017 1 min read
Entity Framework Core

Workaround for missing n:m mapping feature in Entity Framework Core

A lot of guys are complaining on GitHub that implicit mapping for many-to-many relationships is missing for Entity Framework Core. I don't see this missing feature as too critical. With some clever patterns you can implement workarounds without affecting your business domain objects too much. I'll
Jul 17, 2017 4 min read
Page 1 of 1
MUnique OpenMU Project © 2025
  • Sign up
Powered by Ghost