c# - Where / how to store application parameters -


i building application quite dynamic in nature (a lot of metadata coming database example) , want store application parameters in separate file. example of parameter column width of column in view.

i thinking of creating resources file, can store strings. settings not option, because want store application parameters, not user settings.

what approach?

if application dynamically stores data , huge better way sore database table. if user dependent application setting data can use,

  • external file(ex. ms excel...)
  • configuration file of application.

thank you!


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -