Use EF Core in Blazor WebAssembly Hosted, server side [Answered]
Hi,
I've a Blazor WebAssembly Hosted (.NET 6) web app, and I'd like to start using EF Core inside the server part, forwarding then the models to the client part, possibly after having mixed the models in some way. Is this use case supported?
I've a Blazor WebAssembly Hosted (.NET 6) web app, and I'd like to start using EF Core inside the server part, forwarding then the models to the client part, possibly after having mixed the models in some way. Is this use case supported?