Reflection in WinRT: use Rx Extensions for dynamically adding event handlers
Suppose you want to add an event handler, but you don’t know up front which event. Admittedly, this is a bit of an edge case, but I have used it in a behavio...
Suppose you want to add an event handler, but you don’t know up front which event. Admittedly, this is a bit of an edge case, but I have used it in a behavio...
I suppose this is part of some FM I did not R, but I would like to point it out in case some other sod wastes just as much time on it as me. I embarked upon ...
"If I have been able to see further than others, it is because I have stood on the shoulders of giants." Isaac Newton It was only 1.5 years ago, but it...
The Bing Maps control in Windows Phone 7 is pretty versatile but does not always play along very well with data binding. You can bind ZoomLevel and MapCenter...
In Windows Phone life was so simple: when the user put your app in the background, as of version 7.5 the OS effectively froze all threads, timers and whatnot...