Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

.NET Core Blazor, client-side, loading a small database and searching through it

$
0
0

I am developing a Blazor client-side application, we have a table of around 15,000 records in a SQL database.

I want to preload all the records in the database when the app starts, and then keep the records to allow the user to quickly search through the database.

The user may add records to the table, when so, I would like to refresh the cached data on the client side, and also save them on the server.

What is the best way to achieve that?

I have tried to load the data into a dictionary


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>