Intro To C# Tuples
I recently had to write interview questions specifically for features that made it into C# 7. You can have a …
I recently had to write interview questions specifically for features that made it into C# 7. You can have a …
For the past few years I’ve been almost exclusively using Azure’s PAAS Websites to host my .NET Core applications. Whereby …
Note, this tutorial is about hosting an ASP.NET Core web app as a windows service, specifically in .NET Core 3. …
Recently I’ve been working a lot in .NET Core 3.0 and 3.1 projects. Both upgrading existing 2.2 projects and a …
I’ve recently had the opportunity to start a Specflow/Selenium end to end testing project from scratch and my gosh it’s …
Opening Excel files in code has been a painful experience long before .NET Core came along. In many cases, you …
This article is part of a series on creating Windows Services in .NET Core. Part 1 – The “Microsoft” Way …
These days, people who are considered “fullstack” developers are considered to be unicorns. That is, it’s seemingly rare for new …
Rate limiting web services and APIs is nothing new, but I would say over the past couple of years the …
This article is part of a series on the SOLID design principles. You can start here or jump around using …