Unless you have design questions - you should more likely tag your question as windows-store-apps or windows-runtime or winrt-xaml or winjs.
I'm starting learning XAML and I add some code to my BlankPage application. And suddenly a constructor which is initializing …
c# xaml windows-8 microsoft-metroI'd like to go down the route of porting a WPF/Silverlight component to Windows 8. For a bit of context, …
c# c++ xaml windows-8 microsoft-metroI am working on a Windows 8 Metro app that applies filters to images. I have a web version of the …
c# microsoft-metro bytearray windows-store-apps bitmapimageSo anyone out there knows of sample code or control that perfectly emulates the Windows 8 Start Menu Tile Layout Engine? …
c# wpf wpf-controls microsoft-metroI am learning how to develop Windows 8 Metro style apps but i couldn't found a way to store user data …
windows microsoft-metroHere is my TextBlocks <StackPanel Orientation="Horizontal" Margin="0,3,0,0"> <TextBlock Text="6 or more characters, at least one letter …
xaml windows-8 microsoft-metro .net-4.5I 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'm using the CredentialPicker class in order to present a familiar UI. This, as expected, stores a credential in the …
c# windows-8 microsoft-metro credentials passwordvaultI have started learning about Windows 8 Store Apps. I recall from Silverlight and WPF programming earlier that people adapted the …
.net mvvm microsoft-metro mvvm-light