Tagged Questions

1
vote
7answers
651 views

Visual Basic - How do I store strings permanently? After the app is closed?

I'm trying to figure out how to do this as I'm not sure what's the proper way of doing this. I've got several strings that I want to store/save permanently, even after the application is closed. How ...
0
votes
3answers
290 views

.Net friendly, local, key-value pair, replicatable datastore

I am looking for a key/value type datastore with very specific requirements. Anyone know anything that will work? Needs to be a component of some sort. No additional installation needed. The ...