Click here to Skip to main content
15,867,686 members
Articles / Programming Languages / C#

Save Your Settings in a File in JSON and using LINQ for Read and Save

Rate me:
Please Sign up or sign in to vote.
4.83/5 (15 votes)
25 Sep 2023CPOL1 min read 24.4K   30  
Save Key and Value in JSONformat using C# and LINQ
If you often find yourself creating standalone projects that need to save Global app information for example form settings, maybe this article will be helpful. I often find myself reinventing the wheel, instead of using this class for reading writing and updating a key - value.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Italy Italy
Over 20-years experience in using Microsoft technologies.
At present, I work as a Senior Developer and IT manager at a metalworking company, I also offer consultancy as a high level freelance on cloud technologies and software development.

Comments and Discussions