How I Approach New Codebases

A tweet asking about how people approach new codebases got me thinking about my own approach so decided to write it down and share.

February 9, 2021 · 3 min

Create Anonymous Data Object With AutoFixture From Type

Creating anonymous data using AutoFixture’s generic methods is great, but can you do it from a type?

February 2, 2021 · 3 min

Arrange, Act, Assert - Why I Still Comment Unit Tests

Using the Arrange, Act, Assert setup in unit tests, why do I still add the comments? Read on to find out.

January 26, 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

Top Level Statements and Dependency Injection in .NET 5.0

Exploring Top Level statements in .NET 5 and manually setting up and using dependency injection with the Microsoft container.

January 5, 2021 · 4 min

Becoming a Remote Worker - Month 9+

9 months of remote working, Christmas and how Covid has affected me.

December 27, 2020 · 4 min

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

Becoming a Remote Worker - Month 6

6 months of remote working and how I have changed

September 16, 2020 · 4 min