geeksarray/EF-Core-Fluent-API-Relationship
By default, EF Core will create a One-To-One relationship if reference navigation property has set on principal as well as dependent entity. The principal entity can have zero-or-one association with the dependent entity. Dependent entity can have only one association with Principal entity.
C#
No issues in this repository yet.