Save user favorites
Posted
by
Radu D
on Stack Overflow
See other posts from Stack Overflow
or by Radu D
Published on 2011-02-17T07:12:21Z
Indexed on
2011/02/17
7:25 UTC
Read the original article
Hit count: 229
Hi,
In my application I need to display items to the user. He can mark some items as favorites. I need to display those differently.
How can I save the favorites on the user's computer? I need something like a config entry ... but I need to change that as the user add/remove the favorites. Do you think that I should save that in registry ... or on the disk in a separate file?
Does .net offers some support for such situations?
Thanks, Radu
© Stack Overflow or respective owner