Lightning Talk on AutoFixture at dotNetOxford Nov 2020

First public speaking engagement, thoughts on how it went and link to video

November 24, 2020 · 5 min

Integration Testing with ASP.NET Core 3.1 - Set Default Headers for All Clients

Set up a custom WebApplicationFactory to always add specific headers to the generated HttpClient

October 20, 2020 · 4 min

Using Project Tye to Run .NET Worker Services

Looking at another .NET templated project type working with Project Tye. In this post we explore the .NET Worker Service template type.

September 15, 2020 · 3 min

Using Project Tye to Run Dependent Services for use with ASP.NET Core

Needed to spin up a dependency such as Redis locally but it’s too involved using Docker or the alternatives aren’t good enough? Let’s explore how to harness the power of Docker but keeping the friction low.

September 8, 2020 · 7 min

Using Dotnet CLI To Setup ASP.NET CORE Solution And Run With Tye

Setting up a new solution purely on the command line and getting them to run with Project Tye

September 1, 2020 · 5 min