WPF Image Rendering on Headers

By Charlotte

I’ve been having a little bit of trouble lately with WPF, in particular the rendering of an image on the header of the TabItem or GroupBox headers (for example), I have the following code: … <GroupBox> <GroupBox.Header> <Image Source=”./Images/MyImage.png”/> </GroupBox.Header> </GroupBox> … Which renders fine in Visual Studio, but the minute I run the app…

Functional Programming in the .NET World…

By Charlotte

Recently a post from one of my ex-colleagues got me interested in working my way through a set of problems at the ‘Project Euler‘ site. He piqued my interest, and I started working my way through them (not at any great speed mind – I’ve only done 4 so far – and I’ve been doing…