https://github.com/angelodotnet/sample-efcore-relationship
Examples showing how to configure 3 types of relationships (OneToOne, OneToMany, ManyToMany) between tables with Entity Framework Core
https://github.com/angelodotnet/sample-efcore-relationship
Last synced: 8 months ago
JSON representation
Examples showing how to configure 3 types of relationships (OneToOne, OneToMany, ManyToMany) between tables with Entity Framework Core
- Host: GitHub
- URL: https://github.com/angelodotnet/sample-efcore-relationship
- Owner: AngeloDotNet
- License: mit
- Created: 2025-02-10T22:05:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T23:05:37.000Z (over 1 year ago)
- Last Synced: 2025-10-13T18:53:24.731Z (9 months ago)
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample Entity Framework Core Relationship
Examples showing how to configure 3 types of relationships (OneToOne, OneToMany, ManyToMany) between tables with Entity Framework Core