Dave K
Dave K's Blog

Dave K's Blog

Follow
homeArchiveAbout Mebadges
Series

Talking I.T. Through

A series of articles imported from my previous blog hosted at https://www.talkingitthrough.co.uk.

Articles in this series

Creating a Dynamic WPF Menu : Part 1

Oct 24, 20133 min read

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...

Creating a Dynamic WPF Menu : Part 1

Creating a Dynamic WPF Menu : Part 2

Oct 24, 20132 min read

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...

Creating a Dynamic WPF Menu : Part 2

Creating a Dynamic WPF Menu : Part 3

Oct 24, 20132 min read

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...

Creating a Dynamic WPF Menu : Part 3

Interfaces, Testing and Dependency Injection in C#

Nov 9, 20133 min read

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...

Interfaces, Testing and Dependency Injection in C#

Query Custom Collections in C# with LINQ

Nov 24, 20132 min read

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...

Query Custom Collections in C# with LINQ

C# Visual Object Explorer Dialog

Oct 27, 20144 min read

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...

C# Visual Object Explorer Dialog