Calculating ELO In C#
ELO is a player rating system that was first used to rank chess players, but later found a lot of …
ELO is a player rating system that was first used to rank chess players, but later found a lot of …
It’s almost a right of passage for a junior developer to cludge together their own CSV parser using a simple …
I was recently looking into the new Channel<T> API in the latest version of .NET Core (For an upcoming post), …
There is a current proposal that’s getting traction (By some) to make it into C# 8. That’s “default interface methods”. …
I’ve recently been playing around with all of the new features packaged into C# 7.2. One such feature that piqued …