Month: November 2015
GraphViz is a very useful tool for defining and visualizing graph structures – once you know how.I find it’s documentation on how to use the thing a little lacking, so …
A short post on how to show or hide a control in WPF by using a BooleanToVisibilityConverter.As a minimalist example, start by creating a new WPF project from Visual Studio:
A post describing how to bind an image such as a bitmap or png file to your viewmodel. In Visual Studio create a new WPF project:
Some instructions on how to get you set up and unit testing your .NET code quickly and easily using NSubstitute.1. Download NSubstituteObtain NSubstitute from the following download link:https://github.com/nsubstitute/NSubstitute/downloadsAnd extract it …
IntroductionSome simple walk-throughs on how to use the Boost Graph Library. I find much of the documentation, both online and printed, to be a bit impenetrable. I am sure I …
A guide to making your WordPress website a little more secure by getting rid of the ‘forgot your password?’ link/text (highlighted in red) that by default will appear on the …