WinForms - which is easiest approach for persisting some data?

前端 未结 6 1431
南笙
南笙 2020-12-31 19:34

Just building my first WinForms application.

Question - What\'s the easiest/best approach for saving some data between use of the application (e.g. list of URL wit

6条回答
  •  一整个雨季
    2020-12-31 20:02

    If you really need heavy persistence and out of application storage you could use sqlite or sql server compact (both standalone) however in your case I think reading/writing to an xml file in the common application data folder would suit your needs just fine and is increadibly easy.

提交回复
热议问题