Best practices for storing UI settings?

前端 未结 7 1665
忘掉有多难
忘掉有多难 2020-12-13 21:49

we\'re currently planning a larger WPF LoB application and i wonder what others think being the best practice for storing lots of UI settings e.g.

  • Expander Sta
7条回答
  •  有刺的猬
    2020-12-13 22:34

    We use a custom SettingsProvider to store the config information in a table in the app's database. This is a good solution if you're already using a database.

提交回复
热议问题