Isolated Storage

USE FOR: Per-user or per-assembly sandboxed file storage in desktop applications, small settings or cache data scoped to user identity, and legacy ClickOnce or partial-trust application scenarios. DO NOT USE FOR: Server-side web applications, cross-machine shared storage, large file storage, modern applications where application data folders are preferred, or .NET Core/5+ applications targeting Linux or macOS (limited support).

Tyler-R-Kendrick 62d837b 16 files · 28.8 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/data/isolated-storage commit 62d837b957

Frequently asked questions

npx skillmds add tyler-r-kendrick/isolated-storage