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

Sven

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
MU Online

MU Online Season History

I guess some people wondered which features got added to MU Online with each new season. Me too, so I did some research until Season 6 some time ago. Here are my notes: Season 1: * Crywolf event * Castle Siege event * Fenrir pet * Ancient Items (which drop in Land of Trials
Apr 11, 2017 1 min read
MU Online

Coming soon

I'm preparing of going open source with my little game project, which I want to publish under the MIT license. It's a game server implementation (some people would call it an emulator) of a MMORPG, called MU Online. I'm working on this project since
Apr 5, 2017 1 min read
← Newer Posts Page 2 of 2
MUnique OpenMU Project © 2026
  • Sign up
Powered by Ghost