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 going through the Windows 8 tutorial on managing app lifecycle and state and the tutorial goes through the code for …
windows-8 microsoft-metro appdata roamingEdit: If you have not developed on Windows 8, do not try to answer this question. Do not vote on it. …
javascript html input windows-8 microsoft-metronow I've had a problem that is how to convert byte array to InMemoryRandomAccessStream or IRandomAccessStream in windows 8? This is …
c# xaml uwp windows-8 microsoft-metroWhat's the fastest method, to detect User-Agent as metro UI version of internet-explorer >=10 ?
javascript internet-explorer browser windows-8 microsoft-metroThe question is basically related to Possible to use Toast Notifications from a regular .Net application? How can I use …
c# .net windows-8 microsoft-metroSay I have an async method which saves to file: async Task SaveToFileAsync() { var file = await folder.GetFileAsync ( ...) var stream = …
c# asynchronous task microsoft-metro windows-runtimeI have to create an application in WPF that has to be very fancy. I would like to create it …
wpf microsoft-metroCould anybody in simple term explain what is Windows Metro style app? What is the purpose and what kind of …
microsoft-metroI have been working with MahApps Metro UI for couple days now and i have realy enjoyed it. WHen looking …
c# wpf microsoft-metro mahapps.metroIs this the correct/only way of getting a Stream from a resource file? Uri uri = new Uri(fullPath); StorageFile …
c# asynchronous microsoft-metro windows-runtime windows-store-apps