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.
Beginner friendly usage of a HttpClient in a console application to make a simple request but using dependency injection to create HttpClient instances.
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!
Looking into what it would take to implement the default aspnet web api template WeatherForecastController as an Azure Function.
Does AutoFixture and the new .NET 5 Record Types work together?
Investigating a technique on how to debug service registrations when functionality isn’t working as expected.