Thoughts and Musings of a Standing Desk 1 Month On

Thoughts and review of the first month of being a standing desk user

July 6, 2021 · 4 min

Test Your .NET HttpClient Based Strongly Typed Clients Like a Boss

Looking at using HttpClient Interception library to setup and create a HttpClient instance to allow for testing strongly typed client classes.

June 29, 2021 · 5 min

Default Your FirstOrDefault in .NET 6.0

New overrides coming for commonly used linq extension methods, will you be using them?

June 22, 2021 · 4 min

Setting Content for HttpClient Testing with JSON.NET and System.Text.Json

Setting up matches with HttpClient Interception library is one thing, but configuring the data it can return is another. In this post we take a look at the functionality around setting up the content payload to return.

June 14, 2021 · 4 min

Extending HttpClient Testing With Templating

Continuing the series of HttpClient Interception library by Just Eat by looking at how to use templating to reuse the same bundle definitions across multiple tests.

June 8, 2021 · 4 min