Introduction to EF Core Relationships Modeling
Introduction
This article explains the necessary terms used while designing a data model and introduces you to different ways to configure relationships in EF Core.
Furthermore, the article distinguishes the three methods for configuring EF Core rela...
codecraftsymphony.com14 min read
Bradley Cramer
Embracer of legacy code and proud curator of a .NET museum.
Wow, fantastic article! I didn't have any knowledge of EFCore relationship configuration prior to this. I thought that using an ORM framework on a legacy codebase with complex, predefined entity relationships was out of the question, but now that I know about the FluentAPI approach, I feel like a lot of doors are opened for me.