Quicky re: Resharper and .NET 3.0 – CTRL+8 = Friend

By Charlotte

Reshaper 3.x doesn’t support .net 3.0 constructs – so things like ‘var’ and the LINQ extensions (where, etc) just turn up as red squigglies. Version 4 of Resharper will support the constructs, but as the EAP versions of Resharper aren’t even on version 4 we’re probably a little way off. So for now – rather…

Production LINQ!

By Charlotte

I’m happy today as I’ve written my first bit of Production LINQ code in the form of LINQ-to-XML. It’s not the most complicated bit of code – only a grabbing of data from a file, but it does do what it says on the tin – uses C# 3.0 and (unfortunately) causes Resharper to complain…

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…

Moving to WordPress

By Charlotte

Until I can afford to buy my own hosting, I’ve opted to move my blog from my spaces location (cskardon.spaces.live.com) to the multiple tag freedom of wordpress! (There will be more coming – I promise :))