Beyond Basics - ASP.Net Core Adding Caching

Starting the journey of going past the basics of beginner training resources to appy software development practices and design patterns.

June 4, 2019 · 5 min

Unit Testing - Are you asserting too much?

Are you asserting too much in your unit tests? Is this due to potential code smells? Let’s discuss.

May 21, 2019 · 4 min

Resource Driven Messages in ASP.NET Core

Ever wanted to allow native country error messages from your ASP.NET Core api?

December 3, 2018 · 4 min

First Published Article

My first published article in DotNetCurry Nov-Dec 2018.

November 21, 2018 · 1 min

Playing with C# 7 - Deconstruct

Looking at how newer language features allow for extension of types to add Deconstruct functionality.

October 23, 2018 · 4 min