WPF: Default style is not applied when it's the only app resource
I encountered something that looks like a weird WPF bug. Default style will not be applied to controls if both of following conditions are true: 1. The style is the […]
I encountered something that looks like a weird WPF bug. Default style will not be applied to controls if both of following conditions are true: 1. The style is the […]
It is official: Prism regions don’t work for a tab control inside a tab control. The reason is described here: http://stackoverflow.com/questions/8592802/tabcontrol-within-tabitem. Simply put, there is only one instance of the […]
“Any customer can have a car painted any colour that he wants so long as it is black” H. Ford Trying to figure out how scoped region managers would work […]
What keeps bothering me about MVVM, is that user-defined views behave very differently from built-in controls. We use built-in controls like this: <ListBox ItemsSource=… SelectedItem=… /> If, however, ListBox were […]
Just created a Visual Studio Add-in using the wizard. The source files created by the wizard turned out to be UTF-16. The files I create manually are UTF-8. It is […]
As certain other “highly integrated” Microsoft technologies, entity framework seems to be high maintenance when it comes to refactoring and moving things around. To move an .emdx file from one […]
sucks. I did a search for a message from John Doe sent within last month that contains word “foo”. Took about 5 minutes on a folder with about 9300 items. […]
C++11 adds a new non-const reference type called an rvalue reference, identified by T&&. Say what?! Another grammar ambiguity? Now x && y could be a variable declaration or an […]
Not really a programming topic, but… Had it for a while now – got it from work. Very lightweight and confortable phone. But I have Motorola Droid to compare, so… […]
So, it looks like we get two operating systems for the price of one. It has two styles of apps: one more suitable for a phone (a.k.a. “Metro” style) and […]