Month: June 2018
Some instructions on how to use Newtonsoft JSON to serialize and deserialize your objects in C#Step 1: Create a new Visual Studio projectJust a simple console application will do:Step 2: …
Suppose you have a conditional statement such as a switch or if-else that performs various actions depending on an object’s type:It is often beneficial to try to avoid lengthy switch/if-else …
A post describing how to utilise Appccelerate as a means of employing a state machine in your MVVM / WPF application.Implementing state machines using the state pattern can lead to …