Top "Windows-runtime" questions

Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX.

How do I do bindings in ItemContainerStyle in WinRT?

I'm trying to bind a collection to an ItemsControl, with a Canvas as the items panel, and with each item's …

binding windows-runtime itemscontrol winrt-xaml itemcontainerstyle
WinRT XAML Toolkit Charting Controls: How to style Legend Items?

I want to style the legend items of the WinRT XAML Toolkit Chart Control. I checked the source code and …

windows-runtime windows-store-apps winrt-xaml silverlight-toolkit winrt-xaml-toolkit
Json.net Async when writing to File

Json.net has the async functions for converting an object to json like: json = await JsonConvert.DeserializeObjectAsync<T> …

c# windows-runtime json.net c#-5.0 winrt-async
WinRT StorageFile write downloaded file

I'm struggling with a easy problem. I want to download an image from web using this code: WebRequest requestPic = WebRequest.…

stream download windows-runtime webresponse storagefile
How To Fix Missing Assembly Reference 'Microsoft.Xaml.Interactivity.dll' in Windows Store App Solution?

I have a Windows Store App solution which worked fine up until I installed Nuget Packages and Extentions from Catel. …

c# xaml windows-runtime windows-store-apps catel
HttpRequestMessage and Digest Authentication

Is there any built-in function to associate a digest authentication with an HttpRequestMessage in winrt ? Or do I have to …

c# windows-runtime digest-authentication
Your project.json doesn't list 'win10' as a targeted runtime

I hate reposting, but I thought posting to the MSDN forum was the right thing to do since it looks …

javascript windows-runtime win-universal-app uwp
How to get unique Device IDs on Windows 10 Anniversary Update

Previous iterations of Windows 10 have the HardwareToken API (aka ASHWID) to get a unique identifier for the device, but it …

windows-runtime windows-10 windows-10-universal
How do I work with images in a portable class library targeting Windows Store Apps and WP7,WP8,WPF?

I am working on a first PCL that targets : WSA (Windows Store Application), WPF,WP7,WP8. We can say that …

wpf microsoft-metro windows-runtime portable-class-library
How can I supply the 3 splash screen sizes for a Windows 8 app?

I'm trying to create a Windows 8 C#/XAML app, and the first task I'd like to do is to set …

windows-8 splash-screen windows-runtime winrt-xaml