This refers to Windows 8 and Windows 8.1 apps only.
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.1I 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-metroI have this flipview: <FlipView x:Name="models_list" SelectionChanged="selectionChanged"> <FlipView.ItemTemplate> <DataTemplate> &…
c# windows-8 windows-store-apps winrt-xaml flipviewI'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 bytearraySo, first I have read a ton of threads on this particular problem and I still do not understand how …
c# multithreading xaml windows-store-appsI'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-awaitI'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-appsI am trying to get my head round the new Windows 8 Runtime that is used to create Metro style apps. …
wpf windows-runtime windows-store-apps windows-10 win-universal-appHow 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-appsI'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