Entity Framework Core entity relationship configuration

https://docs.microsoft.com/zh-cn/ef/core/modeling/relationships 1. Introduction to terms Dependent entity: a dependent entity, an entity containing foreign keys, and a child in an entity relationship.Principal entity: principal entity, entity containing primary key / alternate key, and parent entity in entity relationship.Principal key: ...

Added by whitsey on Fri, 11 Feb 2022 07:30:10 +0200

efcore uses ShardingCore to realize multi tenancy under sub table and sub database

efcore uses ShardingCore to realize multi tenancy under sub table and sub database introduce Protagonist of this issue: ShardingCore A high-performance, lightweight solution for reading and writing separation of tables and databases under ef core, with zero dependency, zero learning cost and zero business code intrusion The only fully automati ...

Added by csj16 on Tue, 11 Jan 2022 02:27:41 +0200