Im building a small project that uses some settings features. I could change the DB Path and some other textfields.
Whats the best way in c# to save these settings? Is there some built in config or ini file that can be changed under runtime? Because if I change the DB Path i need it to do this without restarting the program. I know i ofc can build a simple textdoc and read from but I whant to use some standard c# way.
Thx for anyfeedback.
/Marthin