Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 346 Bytes

Data Storage in .NET Assignment 1 - Saving information to disk

G:

  • UWP Application
  • Open and read files via FilePicker
    • JSON, CSV, XML
  • Display contents in a list

VG:

  • Enter arbitrary data into arbitrary fields and save to file
    • JSON, CSV, XML, TXT
  • Read these files and display in a ListView