mbrit
6 posts.
- How to tell if a Windows Store app is XAML or HTML/JavaScripttl;dr - look in the Registry. Packages are registered in HKEY\CLASSES\ROOT\\Local Settings\\Software\\Microsoft\\Windows\\CurrentVersion\\AppModel\\Reposit…
- A "snark-free" post on the Metro naming debacle* (Caution: May contain snark)In a parallel universe I'm writing a much less kind version of this post, but with GA of Windows 8 being measured in a short number of months, I'm going…
- Porting NLog to Metro-style/WinRT... or why starting again is a good ideaI've tried porting NLog to Metro-style/WinRT a couple of times, and I've surrendered both times within hours of starting. The problem with NLog is that…
- FileOpenPicker/FileSavePicker doesn't allow *.* wildcard file associationsOn Twitter, Matthias Jauernig commented that . I was relaxed about this and wrote back that it was related to sandboxing implying it was a "good thing",…
- Detecting right-click on XAML GridView control itemLeaving aside why you would ever want to do this in a touch-centric world, here's how you tell if the right-mouse button has been clicked on a GridView in…
- Say goodbye to System.Reflection.Emit (any dynamic proxy generation) in WinRTtl;dr - Forget any form of dynamic code emitting in Metro-style. It's not going to happen. Over the past week or so I've been trying to get Moq (the…
