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

ASP.NET Core WebHooks - Running The Github Webhook Locally

Running the aspnetcore Github webhook locally.

March 17, 2018 · 5 min

Mocking the Clock

Reducing the coupling of code dependent on DateTimeOffset

March 15, 2018 · 4 min

ASP.NET Core WebHooks - Secret Values

Looking at the secret values and how they work to allow for the AzureAlertWebHook webhook to process.

February 16, 2018 · 6 min

ASP.NET Core WebHooks - Running the AzureAlertWebHook

Running the ASP.NET Core Webhooks project locally and debugging the AzureAlertWebHook end point.

February 13, 2018 · 3 min