I'm creating Windows Store application, that retrieves data asynchronously from web service and then updates the UI with the data. I've had several problems when accessing Application.Current.Resources in code(RPC_E_WRONG_THREAD).
Where I can find some explanation on how the app in launched, which threads are spawned during the app lifetime, and what I can do and access, and what can't?