csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
662 stars 215 forks source link

More on Blazored.LocalStorage and file saving to a local PC #107

Closed nakigoe closed 2 years ago

nakigoe commented 2 years ago

Hi Jeff, a humble request to elaborate more on Blazored.LocalStorage and file saving to a local PC. As simple as possible. Saving a few different counters on disk, like in game character stats creation.

csharpfritz commented 2 years ago

The demos on the Blazored.LocalStorage project page are pretty thorough on the scenario you are requesting: how to read and write values in local storage.