https://github.com/badsyntax/dotnetmanytomanyexample
A sample .NET 6 Web API using Entity Framework to manage a many-to-many relationship (`Posts <=> Tags`) with a custom link table to define foreign key names.
https://github.com/badsyntax/dotnetmanytomanyexample
Last synced: 8 months ago
JSON representation
A sample .NET 6 Web API using Entity Framework to manage a many-to-many relationship (`Posts <=> Tags`) with a custom link table to define foreign key names.
- Host: GitHub
- URL: https://github.com/badsyntax/dotnetmanytomanyexample
- Owner: badsyntax
- Created: 2021-11-05T06:53:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T07:49:43.000Z (over 4 years ago)
- Last Synced: 2025-02-15T05:15:04.803Z (12 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DotNet Entity Framework Many-to-Many Example
A sample .NET 6 Web API using Entity Framework to manage a many-to-many relationship (`Posts <=> Tags`) with a custom link table to define foreign key names.