Skip to content

Kestrel Hosted Blazor 5.x WASM (w. Identity) Sample Project for gRPC with related (EF Core/SQLite) data. One to one, One to Many, Many to Many

License

Notifications You must be signed in to change notification settings

JeepNL/BlazorWasmGrpcBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Wasm gRPC Blog Sample

  • Working (CTRL-F5) Kestrel Hosted Blazor 5.x WASM Sample Project (with Identity) for gRPC with related (EF Core/SQLite) data.

Many-to-Many working now, see: grpc/grpc-dotnet#1177 (comment)

Adding data to join table solved, see: dotnet/efcore#23703 (comment)

(part of) /Server/Data/ApplicationDbContext.cs

modelBuilder.Entity<Post>().Navigation(e => e.TagsInPostData).HasField("tagsInPostData_");
modelBuilder.Entity<Tag>().Navigation(e => e.PostsInTagData).HasField("postsInTagData_");

Tip: Watch: On .NET Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2


Quick Links to important files

About

Kestrel Hosted Blazor 5.x WASM (w. Identity) Sample Project for gRPC with related (EF Core/SQLite) data. One to one, One to Many, Many to Many

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published