Reading from a database for WP Quiz game

SamJHannan

New member
Sep 27, 2014
305
0
0
I am developing a windows phone 8 quiz game using C# and XAML. I have done the UI, a few buttons etc. However, my first real task is putting together a database file (Access?) that can be read by my program to display the question, the right answer, and two wrong answers. I am unsure of which relations are required, and just generally how to move forward. Apologies that this isn't much of a question, but more of a request for help. I am a first time dev from the UK, aged 18.
 
If you are only loading data locally it's a better idea to use a XAML ResourceDictionary. Read more about resource dictionaries here.