Top "Windows-store-apps" questions

This refers to Windows 8 and Windows 8.1 apps only.

JSON.NET DeserializeObject to List of Objects

I'm trying to Deserialize object to list of object using JSON.NET lib. My json file is: [ { "id": 1, "name": "Poczta", "…

c# windows-store-apps json.net windows-phone-8.1
Do Windows 8 Store Apps (Metro) run in Windows 7 or XP?

I want to know whether Metro Applications developed using Visual Studio 11 Developer Preview and .Net FrameWork 4.5 can run in Windows 7 …

windows-8 windows-7 windows-runtime windows-store-apps microsoft-metro
How do I access a control inside a XAML DataTemplate?

I have this flipview: <FlipView x:Name="models_list" SelectionChanged="selectionChanged"> <FlipView.ItemTemplate> <DataTemplate> &…

c# windows-8 windows-store-apps winrt-xaml flipview
send byte array by HTTP POST in store app

I'm trying to send some images + some meta data to a server by HTTP post from a windows store app …

c# http windows-store-apps bytearray
The application called an interface that was marshalled for a different thread - Windows Store App

So, first I have read a ton of threads on this particular problem and I still do not understand how …

c# multithreading xaml windows-store-apps
The 'await' operator can only be used within an async lambda expression

I've got a c# Windows Store app. I'm trying to launch a MessageDialog when one of the command buttons inside …

c# lambda modal-dialog windows-store-apps async-await
how to use MVVMLight SimpleIoc?

I'm revamping my software which has messy Messenger.Default(...) bits. Is there any cheat sheet to know MVVMLight SimpleIoc usage (…

c# wpf inversion-of-control mvvm-light windows-store-apps
What must I do to make my methods awaitable?

How can I roll my own async awaitable methods? I see that writing an async method is easy as pie …

c# windows-8 async-await windows-store-apps
Correct way to get the CoreDispatcher in a Windows Store app

I'm building a Windows Store app, and I have some code that needs to be posted to the UI thread. …

c# windows-runtime windows-store-apps async-await dispatcher