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.
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.
Looking back at the second week and how I have had to adjust.
End of week 1; I’ve survived!
Leaving the office to become a remote worker; initial thoughts and feelings.
As the potential for remote working is a possibility, the preparation for anything is king.
Looking at how to verify calls to Ilogger based extension methods using Moq.
Thoughts and musings about what makes up Greenfield Development and if there is such a concept anymore.
Investigating how to write integration tests while swapping out dependencies with mocked instances using Moq
How to make you method parameter checks not take up a chunk of the method body
Writing integration tests for your application while keeping your tests as DRY as possible by removing the boiler plate code