Relative Content

Tag Archive for c#.netentity-framework-core

EF Core navigation property without foreign key relations

In my application using EF Core 8.0.7 with a code-first approach, I have a Content table that contains application content based on language. The Content table references records in parent entities through ParentId, with each Content record uniquely identified by the combination of Key, ParentId and LanguageId.