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 […]

Codecademy.com – JavaScript Course Impressions

In my day to day job we use JavaScript in anger (or at least have to deal with it) on a sporadic basis. We dive into T-SQL, C# (either for server side logic in web applications or for desktop applications) and other parts of web development (CSS and HTML) on a rapidly spinning merry-go-round of […]

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 […]