I can’t tell you how many times I am working on an application that I want to store data in an organized fashion but I don’t want the dependency of an external server. Maybe I want to be able to… Read More ›
.NET
C# 7.1 Update
Last month Microsoft released Visual Studio 2017.3 and with it C#’s latest minor upgrade C# 7.1! C#’s latest update includes four new (very useful) features that I am honestly very excited about. async Main method default literal expressions inferred tuple names… Read More ›