Lightning Talk on HttpClient Interception by Just Eat at .NET Oxford Apr 2021

Second Lightning talk presented to .NET Oxford on evening of the 21st April 2021. The talk was a very high level overview of the Just East HttpClient Interception library.

April 27, 2021 · 3 min

Easily Create and Manipulate Mock Anonymous Data for Unit Tests

Looking to easily create mock data for unit testing, harnessing the power of AutoFixture, C#9 Records and the Builder Pattern to aid with consistency and maintainability.

April 20, 2021 · 8 min

Removing IOptions From Your Strongly Typed Configuration in Azure Functions

Want to strongly type your configuration but don’t like IOptions? Let’s take a look how to do this in Azure Functions.

April 13, 2021 · 2 min

Azure Functions Not Loading My Dependencies, What Have I Missed?

My dependencies and configuration weren’t being loaded into my new Azure Function application, what did I miss?

April 6, 2021 · 3 min

Why won't you load my configuration Azure Functions?

Loading configuration from local.settings.json didn’t work how I was expecting it to so had to extend the start up to load structured configuration from appsettings.json

March 30, 2021 · 5 min