{"id":23158110,"url":"https://github.com/lightbuzz/settings-winrt","last_synced_at":"2025-04-04T18:22:59.618Z","repository":{"id":19968827,"uuid":"23235815","full_name":"LightBuzz/Settings-WinRT","owner":"LightBuzz","description":"Settings utility for WinRT","archived":false,"fork":false,"pushed_at":"2014-10-01T17:34:40.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T03:38:00.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LightBuzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-22T18:43:32.000Z","updated_at":"2023-12-30T11:26:33.000Z","dependencies_parsed_at":"2022-08-27T03:52:07.298Z","dependency_job_id":null,"html_url":"https://github.com/LightBuzz/Settings-WinRT","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FSettings-WinRT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FSettings-WinRT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FSettings-WinRT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LightBuzz%2FSettings-WinRT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LightBuzz","download_url":"https://codeload.github.com/LightBuzz/Settings-WinRT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226777,"owners_count":20904572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-17T22:18:05.282Z","updated_at":"2025-04-04T18:22:59.601Z","avatar_url":"https://github.com/LightBuzz.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Settings utility for WinRT apps\n\nAn easy-to-use mchanism for managing the settings within a Windows Phone or Windows 8 app. Supports local and roaming settings.\n\n## Installation\nYou can download and build this project or simply install it via NuGet:\n\t\n\tPM\u003e Install-Package lightbuzz-settings\n\n## Examples\nImport the assembly to your project and include its namespace:\n\t\n\tusing LightBuzz.Settings;\n\nThere is one primary class, named Settings, that contains two static properties, Local and Roaming. You can specify whether you want to save a setting locally or under the user's Microsoft account.\n\n### Add / Update a setting\n\t\n\tstring name = \"Vangos Pterneas\";\n\tSettings.Local.Set\u003cstring\u003e(\"name\", name);\t// Save in the local settings\n\tSettings.Roaming.Set\u003cstring\u003e(\"name\", name);\t// Save in the roaming settings\n\n### Retrieve a setting\n\n\tstring name = Settings.Local.Get\u003cstring\u003e(\"name\");\t// Retrieve from the local settings\n\tstring name = Settings.Local.Get\u003cstring\u003e(\"name\");\t// Retrieve from the roaming settings\n\n### Delete a setting\n\n\tSettings.Local.Remove(\"name\");\t\t// Delete from the local settings\n\tSettings.Roaming.Remove(\"name\");\t// Delete from the roaming settings\n\nPlease read [Microsoft's guidelines](http://msdn.microsoft.com/en-us/library/windows/apps/hh465094.aspx) about using roaming data.\n\n## Contributors\n* [Vangos Pterneas](http://pterneas.com) from [LightBuzz](http://lightbuzz.com)\n\n## License\nYou are free to use these libraries in personal and commercial projects by attributing the original creator of the project. [View full License](https://github.com/LightBuzz/Settings-WinRT/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightbuzz%2Fsettings-winrt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightbuzz%2Fsettings-winrt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightbuzz%2Fsettings-winrt/lists"}