Who Says C# Interfaces Can’t Have Implementations?
This post is the seventh installment of the 2017 C# Advent Calendar operated by Matthew Groves. Thanks for letting me participate!
This post is the seventh installment of the 2017 C# Advent Calendar operated by Matthew Groves. Thanks for letting me participate!
Here’s a quick note for Docker for Windows users. This is based on Jim Hoskin’s post Remove Untagged Images From Docker.
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...
The recent release of the Couchbase .NET SDK 2.4.0 has added many new features. There is a minor feature, however, that is worth a mention. It’s now possib...
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...