Where to store common application settings
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-06-02T15:06:19Z
Indexed on
2010/06/02
15:13 UTC
Read the original article
Hit count: 147
I want to move my application settings out of XAML and into a config file. For example, ToolTips and Content strings for Buttons/CheckBoxes and Labels. Is this the job of a ResourceDictionary, or should I use the App.Config or Settings.settings file?
The ToolTips and Content strings are not really per user, they are more Application wide and may change if the UI is internationalized.
Thanks!
© Stack Overflow or respective owner