store data between app runs?

ilias_adm13

Member
Joined
Feb 27, 2008
Messages
7
Programming Experience
5-10
i 've created a web browser , using vb.net and i want an advise about something . i want the "history" of the web sites and the favourites web sites entered by the user , not to be deleted after closing the browser. i am lokking for a way to save those url's so the user can find them when he opens the browser again .
 
Files in filesystem is the most common way of storing data, then you have databases. Files Xml/serialization would be my preferred storage for such small data as you mention.
 
Back
Top