Monthly Archives: August 2015

Adaptive Code Via C#: Agile coding with design patterns and SOLID principles

Adaptive Code Via C#: Agile coding with design patterns and SOLID principles by Gary McLean Hall This is very much a book of three parts – a section named “An Agile Foundation” that covers basic scrum and some of the … Continue reading

Posted in Uncategorized | Leave a comment

Modern C++ Design: magic with templates

Modern C++ Design: Generic Programming and Design Patterns Applied by Andrei Alexandrescu I’ve done some C++ programming in my time which has required me to write some small simple templates. However, just before going on holiday I noticed this book … Continue reading

Posted in Uncategorized | Leave a comment

CLR Load contexts can make things confusing

I’ve never really spent a lot of time thinking about CLR binding contexts, but a colleague at work had a problem related to them that took a bit of thought to figure out. These posts, one on stackoverflow and one … Continue reading

Posted in Uncategorized | Leave a comment

Some UWP and a little ClojureScript

I’ve been following Lucian Wischik’s interesting series of posts on writing Windows 10 applications in .NET. While I was on holiday he posted an article on writing NuGet packages for UWP but unfortunately the article was removed from the web … Continue reading

Posted in Uncategorized | Leave a comment