Save Your C# Keystrokes With Tuples

Save Your C# Keystrokes With Tuples

In the year 2000, Microsoft released C# to the masses, and since then, it has evolved with many new features. One of those features includes Tuples. Only recently have tuples become more useful with the addition deconstruction in C# 8....

Continue Reading

Reading RSS Feeds With .NET Core

Reading RSS Feeds With .NET Core

Lately, I’ve been working hard on this blog. In a recent post about automating your blog with GitHub actions, I wrote a small .NET Core application that could process my RSS feed. In this post, I will show you how...

Continue Reading

Hypermedia Lite For ASP.NET Core HTTP APIs

Hypermedia Lite For ASP.NET Core HTTP APIs

I have worked on cross-disciplinary teams with a polyglot stack, and I imagine most developers have at this point in web develpoment history. The number one rule for team productivity is to help your downstream team members. In my case,...

Continue Reading