Data storage
More information about managing files and directories, writing and reading files, as well as about using a SQLite database can be found at the following websites:
- Various topics regarding files, folders, and libraries are provided at:
- https://msdn.microsoft.com/windows/uwp/files/index
- https://msdn.microsoft.com/windows/uwp/files/quickstart-listing-files-and-folders
- https://msdn.microsoft.com/windows/uwp/files/quickstart-reading-and-writing-files
- https://msdn.microsoft.com/windows/uwp/files/quickstart-getting-file-properties
- https://msdn.microsoft.com/windows/uwp/files/access-the-sd-card
- The XDocument class is described at:
- The code for converting an object into JSON-formatted string and to convert a JSON-formatted string to an object, using the
Json.NET
library, is presented at: - The site of the SQLite.Net PLC library is available at: