Inject JsonSerializerOptions so Don't Repeat Yourself

How many times do you create a private options variable when using json serializer and end up with duplicate code? Let’s take a look at one option to help resolve this.

March 31, 2020 · 2 min

Becoming a Remote Worker - End of Week 2

Looking back at the second week and how I have had to adjust.

March 29, 2020 · 3 min

Becoming a Remote Worker - End of Week 1

End of week 1; I’ve survived!

March 20, 2020 · 2 min

Becoming a Remote Worker - Leaving The Office

Leaving the office to become a remote worker; initial thoughts and feelings.

March 16, 2020 · 1 min

Becoming a Remote Worker - Preparation

As the potential for remote working is a possibility, the preparation for anything is king.

March 13, 2020 · 1 min

Mocking ILogger with Moq

Looking at how to verify calls to Ilogger based extension methods using Moq.

February 6, 2020 · 9 min

Why there is no such thing as Greenfield development

Thoughts and musings about what makes up Greenfield Development and if there is such a concept anymore.

February 5, 2020 · 4 min

Integration Testing with ASP.NET Core 3.1 - Swapping a Dependency with Moq

Investigating how to write integration tests while swapping out dependencies with mocked instances using Moq

December 23, 2019 · 5 min

Reduce Method Parameter Checking

How to make you method parameter checks not take up a chunk of the method body

December 18, 2019 · 4 min

Integration Testing with ASP.NET Core 3.1 - Remove the Boiler Plate

Writing integration tests for your application while keeping your tests as DRY as possible by removing the boiler plate code

December 16, 2019 · 5 min