ASP.Net Core default route on startup

Started a new ASP.Net Core API application and want to default to a different route? Read on to find out how.

October 18, 2018 · 2 min

Where Should I Put My Logic?

Do you have logic in your constructors as well as duplicated through your class definitions. Explore the options to add consistency into your code.

October 4, 2018 · 5 min

Span<T> - byte to int conversions - Update

Updating the Span conversion examples with the updated API

September 13, 2018 · 2 min

Strategy Pattern with Full Generic Contraints

Implementing the strategy pattern with generics to improve consistency of code base.

July 19, 2018 · 5 min

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

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

ASP.NET Core WebHooks - Mini Series

Links for the ASP.NET Core WebHooks mini series

April 7, 2018 · 1 min