Hi all
I'm wondering how to get dbContext for a webassembly Blazor app
I've followed this blog https://www.radzen.com/blog/blazor-datagrid/ but its quite outdated
Thanks in advance
Nicola
Hi all
I'm wondering how to get dbContext for a webassembly Blazor app
I've followed this blog https://www.radzen.com/blog/blazor-datagrid/ but its quite outdated
Thanks in advance
Nicola
The blog post is for server Blazor not for WebAssembly. In WebAssembly you should use service to get data.
Just to add...
You cannot use Entity Framework or any other data access with client-side Blazor, you would have to create a Web API and Retrieve the data using HttpClient

Thank you very much
I found some wonderful blog on how to do it
Thanks for you time
Nicola
Can you send a link to this blog?