19 November 2024
C# gives us three main ways to define custom types꞉ class, struct, and (as of C# 9) record.
09 September 2024
xUnit v3, still in pre-release as of September 2024, introduces a host of new capabilities that improve testing workflows.
01 September 2024
Deciding which open-source projects we will continue to develop.
06 August 2024
In this post, we'll walk you through our favorite .NET 9 features.
15 July 2024
In this post, we'll dive into the key features of React 19, explore how to upgrade, and discuss why you should consider making the switch.
12 July 2024
In this article we discuss our website and blog migration from WordPress to Gatsby, and whether you should be using Gatsby in 2024.
26 January 2021
How to HTTP POST a raw string using our Rest Client.
02 March 2020
A library we created that allows you to use Blazor Components in existing ASP.NET Razor Pages.
12 November 2019
Introducing an article we posted on Code Maze on how to test a REST API using our C# Rest Client.
04 August 2019
Great write-up on how to use our C# Rest Client.