Blog LogoBlog Logo

Tag: C# 6

All tags

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...

— 24 Sep 2016

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...

— 10 Sep 2016