Saving App Session Data

WPenvy

New member
Jun 5, 2012
391
0
0
Visit site
Hey guys quick question.

What's the best and/or easiest way to save data from custom classes between app sessions? Specifically Windows 10 Universal apps.
 

bobbely

New member
Apr 3, 2014
10
0
0
Visit site
If you want to store simple types of data you should use the LocalSettings. If you want to store custom classes, I suggest you to use the LocalFolder of your app to save objects on a JSON (or custom) file.

You can get more infos in the MSDN. (sorry I can't post link)
 

Members online

No members online now.

Forum statistics

Threads
323,236
Messages
2,243,500
Members
428,047
Latest member
rorymi6