Skip to content

Commit 575a31c

Browse files
authored
Adding data to Many to Many Join Table 'PostsTags' now works
See: dotnet/efcore#23703 (comment)
1 parent 243c5cf commit 575a31c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Blazor 5.x WASM Sample Project for gRPC with related (EF Core/SQLite) data.
77
- One to Many
88
- Many to Many
99

10+
Tip: Watch: On .NET Deep Dive into Many-to-Many: [A Tour of EF Core 5.0 pt. 2](https://channel9.msdn.com/Shows/On-NET/Deep-Dive-into-Many-to-Many-A-Tour-of-EF-Core-50-pt-2)
11+
1012
Adding data to Many to Many Join Table 'PostsTags' now works because of just the 2 lines below.
1113

1214
See: https://github.com/dotnet/efcore/issues/23703#issuecomment-758801618

0 commit comments

Comments
 (0)