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
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