Pages

Monday, 17 February 2014

#WINNING with C#: Weak Event Handlers

#WINNING with C#: Weak Event Handlers: Why would you need to use a Weak Event handler?  Take a look at this example of normal events and handlers: Notice how the Console window i...

Tuesday, 21 January 2014

BindableApplicationBar - Button & MenuItem

A bindable ApplicationBar control wrapper for Windows Phone that allows specifying and updating the ApplicationBar properties by changing the properties of a view model instead of handling events in the code behind

BindableApplicationBar CodePlex Project



WP8 Appbar Management with AppBarUtils