An open API service indexing awesome lists of open source software.

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.

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.