Save user favorites
- by Radu D
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