How should I structure a start up class that runs at the start of the application and loads the data in?
What is the most recommend to do in order to fill in the data into the collections of the viewmodel when you start up the program? What I want to do is to make the data load in the background, while the spinning bar of the program is running.
Should I create a start up class and call on this in the app.xaml.cs file?