This refers to Windows 8 and Windows 8.1 apps only.
I'm happily in the middle of coding then I try to launch my app in debug mode but I get …
visual-studio-2012 windows-store-appsWhat is the best way to go about reading and writing simple configuration data like we used to use App.…
windows-8 windows-runtime windows-store-appsI need this for the build server - I'd like to avoid installing full Visual Studio there. I use the …
c# visual-studio msbuild windows-store-appsRequirement: install a Windows Store app without requiring the user to nav to the store and click Install. Perhaps a …
powershell windows-8 windows-store-appsWhat are the URI schemes supported in Windows 8 apps? I have seen references to ms-appx: and ms-appdata: and some rare …
windows-runtime windows-store-apps uri winrt-xaml winjsI'm working on a Metro app written in C# and need a way to uniquely identify a device. I found …
c# windows-8 windows-store-apps unique-idIn Windows 8.1 Apps we can link to store apps using ms-windows-store protocol. var storeURI = new Uri("ms-windows-store:PDP?PFN=<…
c# windows-store-apps windows-8.1 windows-phone-8.1 windows-phone-storeI am trying to write an event handler for a custom event in WinJS. I am not too sure how …
javascript javascript-events windows-store-apps winjs