I just added the settings config file to my C# console application and I'm looking to store a list of byte arrays, however I'm unfamiliar. Is there any way to do this so that next time I launch my app it has the same values in the arrays in the list?
Asked
Active
Viewed 41 times
1
-
1Please do some research. A hint on search terms: `strongly typed configuration in C#`. – Heretic Monkey Dec 12 '22 at 16:57
-
1A similar question has been asked for web.config: https://stackoverflow.com/a/9787335/880990 – Olivier Jacot-Descombes Dec 12 '22 at 16:58