WinForms - which is easiest approach for persisting some data?

前端 未结 6 1457
南笙
南笙 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 19:58

    Depends on how much data you want to store but if it is just a small set of values (rather than a set of objects or records) then also look into Isolated Storage:

    https://msdn.microsoft.com/en-us/library/3ak841sy(v=vs.110).aspx

提交回复
热议问题