A library to provide access to local storage in Blazor applications
-
Updated
Oct 9, 2024 - C#
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage
data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage
returns a different object than localStorage
for the corresponding site loaded over HTTPS (e.g., https://example.com).
A library to provide access to local storage in Blazor applications
A library for Blazor local and session storage support.
In memory, persisted to localstorage, database for .net Blazor browser framework
Library to decrypt and parse Telegram Desktop's storage
Create a Shop with Blazor Web on Net 7. Stripe Checkout & Subscription
This library has been moved to the Blazored org
SecureLocalStorage for .NET: A simple and lightweight extension that allows you to safely store data locally.
This is a simple library that allows you to easily cache data in the browser's local storage.
Provides services for storing data in the browser's localStorage. The stored data is protected using AES encryption and decryption functions.
NotSocialNetwork - This is the place where people can publish their interesting posts.
ASP.NET MVC Full Stack ECommerceApp
A free scalable local leaderboard system for Unity with the option to save a score as a number or time.
Anime library indexing program
Application that keeps track of food and wine festivals and events reported by users
Application that keeps track of food and wine festivals and events reported by users
SeaweedFS is a high-performance, distributed file system designed to handle large volumes of data efficiently. It’s known for its simplicity and scalability. Here are some key features:
Training
A LocalServer that makes it possible to run and build LILO Apps
This library provides access to the browsers local and session storage APIs for WASM applications