BlazorRepositoryDemo icon indicating copy to clipboard operation
BlazorRepositoryDemo copied to clipboard

A Blazor demo of implementing a generic repository that can be used on the client and the server, and includes query filtering.

Results 3 BlazorRepositoryDemo issues
Sort by recently updated
recently updated
newest added

Hi I cannot load the server project using Visual Studio for MAC. Any idea how I can fix this on my side? Thank you **_Text content is not allowed inside...

Dear Carl, there's a problem with your current implementation: When using the `"efcustomers"` controller, the query first returns _all_ records from the database and then filtering is done only in...

when I attempt to use 3 IndexedDBSyncRepository classes all working on the same database then I get ... blazor.webassembly.js:1 System.ArgumentException: An item with the same key has already been added....