Best practices for storing UI settings?

前端 未结 7 1709
忘掉有多难
忘掉有多难 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:44

    We store all in the Isolation Storage (we are running with ClickOnce). We have some object that we serialize (XmlSerializer).

提交回复
热议问题