ASP.NET Core Exploring Custom Middleware

Exploring creating and consuming custom middleware in ASP.NET core and it’s configuration

July 10, 2018 · 8 min

Strategy pattern with enum constraints

Strategy pattern implementation options with enum generic constraints

June 8, 2018 · 3 min

ASP.NET Core and the Strategy Pattern Continued

Building on the previous post about implementing the strategy pattern in ASP.NET Core to harness SOLID design.

June 6, 2018 · 2 min

NDepend - Initial Thoughts

Initial thoughts on NDepend, mainly around installation and licencing.

May 23, 2018 · 3 min

Accessing FitbitAPI in dotnet core and Refit

Using the Refit Rest client library to access the Fitbit Web Api

May 12, 2018 · 4 min

Fitbit.NET ASP.NET Core Webhook Preview Released

Fitbit Subscription Webhook based on the new ASP.Net Core Webhooks library

May 1, 2018 · 1 min

Don't Let Redundancy Define You

Self reflecting thoughts on redundancy

April 29, 2018 · 3 min

ASP.NET Core 2.1 Preview on VSTS

Running a build on Visual Studio Team Services with ASP.NET Core 2.1 Preview SDK

April 19, 2018 · 2 min

ASP.NET Core WebHooks - Mini Series

Links for the ASP.NET Core WebHooks mini series

April 7, 2018 · 1 min

ASP.NET Core and the Strategy Pattern

Using ASP.NET Core Dependency Injection to wire up a strategy pattern implementation to harness SOLID design.

April 3, 2018 · 6 min