Windows Universal apps target multiple types of devices via a single codebase.
What to use in UWP, Binding or x:Bind and what is the difference between them? Because I see a …
xaml data-binding win-universal-app uwpHow to get the device unique id in Windows Phone 8.1? The old way of using DeviceExtendedProperties.GetValue("DeviceUniqueId") does not …
c# windows-phone windows-phone-8.1 win-universal-appI have a WCF Service with the method to return a string. WCF Service : public string selectName(int input) { string …
c# sql win-universal-app wcfserviceclientI need to implement linear graph. Is there any chart control for Windows 10 UWP? Any suggestions? Thanks
win-universal-app windows-10 windows-10-mobileI'm trying to implement REST client in Universal Windows project (in Windows 10 universal app) using HttpClient, but the following line: …
c# .net windows-10 win-universal-app uwpI'm writing a Universal App for Windows 8.1 / Windows Phone 8.1 that at some point displays a list of phone numbers. What …
c# windows-phone-8.1 win-universal-appI've been trying to get the emulator to work for days. Previously I tried the Windows Phone 8.1 Emulator as well …
windows-phone-8 windows-phone-8.1 windows-phone-8-emulator win-universal-appit's quite annoying now just finished with the setup and when trying to build a "Hello World" Application with Visual …
win-universal-app windows-10 windows-10-iot-coreI am wondering what is the best way to allow a user to input text into a MessageDialog in a …
c# xaml dialog windows-10 win-universal-appIt seems that UWP XAML doesn't support triggers in styles. What is the common workaround to accomplish triggers like the …
c# xaml visual-studio-2015 win-universal-app uwp