I have been doing some research on the net, and found many ways of doing this, but it all leaves me with the same question. Wich one is the better to use?
What i want to do, is a simple yet stable configuration system for any of my projects that are done in VB.NET.
So, the articles I found around the net shows configuration methodswith XML files for the app.config, or the web.config for asp.net, some of them say that the use of INI or write to the registry, are out of use or obsolete BUT are good if you are making changes on LEGACY platforms.
My intention is only (at this time) store variables like connection strings, global variables that are changing constantly (like exchange rate, etc.) and yes, configuration for the winForms (color, font, etc.)
Do you have a good system and want to share it?, can you foward me to a link that has step by step coding.
What kind of system do you implement in your projects?
That all. Have a nice day
El Vala