Best way to store string array in local storage, Windows 8?
问题 I have a question regarding Local Storage on Windows 8. I want to store a string array of stock symbols. What is the best way to do something like this on Windows 8? Browsing around, some have suggested store each string in the array into a new line in a text file, saved and retrieved from local storage. If so, how would I achieve this? Are there better alternatives? Should I go down the path of sqlite? 回答1: Here's a sample demonstrates how to save a collection to local storage, please check