I'm fairly new to c# and I was wondering what different options there are for keeping a database on the user's PC.
It's basically for saving favorites and being able to add a note on each favorite, and then i'd be able to show a list with all favorites and their note. But I honestly have no clue how to even do that, I've worked with mySQL but I can't do that here.
Thanks
Edit: The program is comparable to an internet browser but for a specific website, so it won't be that big of a database
saving favorites and being able to add a note on each favorite? As a user, I wouldn't want to install a DB just for this case. – L.B Feb 5 '12 at 22:25