Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX.
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 itemcontainerstyleI 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-toolkitJson.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-asyncI'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 storagefileI 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 catelIs there any built-in function to associate a digest authentication with an HttpRequestMessage in winrt ? Or do I have to …
c# windows-runtime digest-authenticationI 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 uwpPrevious 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-universalI 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-libraryI'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