vb.net - Best way to store Configuration Data? -
vb.net - Best way to store Configuration Data? -
i have developed rather big application in lastly year. since not programmer trade, asked fellow programmer how store huge amount of application settings - reply "use configuration class". ended "constants.vb" file contains literally thousands of configuration details. lot of them unlikely change, few dozen of them alter , should changeable customer. not satisfied mess, since becomes harder maintain min - have seen my.settings / my.resources classes , utilize them settings - since there no obvious way organize data, not keen drop ton of config variables my.settings... have ideas me?
vb.net configuration
Comments
Post a Comment