Tagged Questions
2
votes
5answers
367 views
Universal approach for storing INI-type settings and/or DB files on various Windows machines
OK, true confession first: Maybe it's just me, but sometimes "best practices for program settings" on Windows machines feels like it's changed more than Microsoft's data access strategies. I'm still ...
0
votes
1answer
461 views
C# read registry key, compare it to ini config file, if match return result under config section, do somethig else
I got below problem and with my entry level of C# please help on how to get this be done?
Scenario:
1. My registry keys:
__DatabaseConnection
|____config1
value: username1
value: password1
...