Simple Example of Calling REST API with HttpClient in .NET 5.0

Beginner friendly usage of a HttpClient in a console application to make a simple request but using dependency injection to create HttpClient instances.

May 25, 2021 · 8 min

Generating Date of Birth values for .NET5.0 Record types using AutoFixture

Ever needed to generate realistic date of birth values for your anoymous unit test data? Sick of setting the value manually and seeing your own date of birth propagate through codebases as developers copy ’n’ paste your example? Time to get AutoFixture to do the heavy lifting!

March 9, 2021 · 5 min

Default .NET 5.0 WeatherForecastController as an Azure Function

Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.

February 23, 2021 · 4 min

AutoFixture and .NET 5.0 Record Types

Does AutoFixture and the new .NET 5 Record Types work together?

January 19, 2021 · 2 min

Debugging Dependency Injection Service Registrations in .NET 5.0

Investigating a technique on how to debug service registrations when functionality isn’t working as expected.

January 12, 2021 · 2 min