Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX.
In WP7 and WP8 I just needed to clear the backstack in a page, then press Back button and the …
c# xaml windows-runtime windows-phone windows-phone-8.1I am trying to display a dialog that allows the user to type a location, just like in the "add …
windows-8 windows-runtime winrt-xamlI was looking some tutorials on how to create custom controls in WinRT, and I have a question. Let's say …
xaml windows-runtime uwp win-universal-app uwp-xamlI'm analyzing existing Windows Store applications and modifying them to make sure my company's obfuscator works with them. I've ran …
windows-8 package windows-runtime signtool windows-storeI'm having some problems in Windows 8 Metro apps (XAML & C#) regarding the user's regional settings. It seems that the …
c# xaml windows-runtime currentculture windows-store-appsI am writing a Windows 8 application in C# and XAML. I have a class with many properties of the same …
c# reflection microsoft-metro windows-runtimeIs there any alternative for IsSubclassOf or IsAssignableFrom in C# Metro-style? I'm trying to make this code run on Metro …
c# .net reflection windows-runtime microsoft-metroi try whithout success to delete a file in my local storage. Exactly, i took a photo and i want …
c# windows-8 windows-runtime local-storage storagefileI'm making a Windows Store app in C# and I have a normal TextBlock with a link inside it. And …
c# windows-8 windows-runtime cursor winrt-xamlI'm currently experimenting with the new compiled bindings and have reached (again) a point where I'm missing a pice in …
c# windows-runtime winrt-xaml win-universal-app