I have a table call Controls which contains a list of controls which are in effect for a particular client. I want to load the controls into an observable collection at the start of the app and then search the list during the running of the app to see if a particular control is set to Y or N. Where would be best place to store the collection so that it can be accessed by all view models? In my app class?
Bill