C# 6 Language Features Test Drive

As I was perusing the list of Visual Studio Featured Videos I spotted this little nugget and thought I’d share: Channel 9 C# 6 Features Video I’ve taken these features for a drive around the block; in addition to noting down some of my first impressions. The philosophy outlined is one of small, incremental changes […]

Decompiling/Recompiling to fix a real issue – It’s been a while!

I won’t be using ‘real world’ coding samples here, for obvious reasons, but I’ll lay out a scenario so you can (hopefully!) see how a spot of decompiling/recompiling could come in handy. An issue rolled its way to me that related to a legacy/archaic .Net website utilising a WCF service. First issue, important parts of […]