A simple and lightweight, in-memory key/value-pair storage for persisting data in dotnet (core) apps.
Info
Version: | 2.1.0 |
Author(s): | Juliën Hanssens |
Last Update: | Thursday, February 18, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hanssens/localstorage-for-dotnet |
NuGet Url: | https://www.nuget.org/packages/LocalStorage |
Install
Install-Package LocalStorage
dotnet add package LocalStorage
paket add LocalStorage
LocalStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.1)
Tags