C# 9 Records and Init Only Settings Without .NET 5
This blog is one of The December 11th entries on the 2020 C# Advent Calendar. Thanks for having me again Matt!
This blog is one of The December 11th entries on the 2020 C# Advent Calendar. Thanks for having me again Matt!
This blog is one of The December 1st entries on the 2019 C# Advent Calendar. Thanks for having me again Matt!
I love unit tests. There’s nothing quite like writing a class and feeling 100% confident it will work as described because the tests are all passing. But int...
My recent studies in .Net Core have lead me to the new world of Docker (new for .Net developers, anyway). The idea of developing low-cost microservices whil...