Articles in this series
WPF provides some really nice features allowing us to create dynamic user interfaces. In the next 3 posts I will demonstrate how to create a dynamic...
In part 1 I introduced the idea of a dynamic menu build using WPF and the hierarchical data template. In this, part 2 I will carry on putting the...
In the first part of this series, I introduced the menu service and the menu item base class. In the second part I introduced the command...
When I first started out as developer, the usefulness of interfaces was one of the things I never quite worked out. However, as I got more into...
Language integrated queries are a very simple but powerful way to manage custom collections. Whilst this is only one use for LINQ (it can be used for...
Often, when building visual applications I find that as I build the applications in stages, there are often times when I’d like to be able to quickly...