Tag: C# 6
Round Robin class
We recently had need of a round robin functionality and since there is no round robin class built into .NET I needed to build my own class. It is a fairly...
Overusing the Null-Conditional Operator
The null-conditional operator is the ?. between object and field/property/method. It simply says that if the thing on the left hand side is null then the thing...
