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.
Started a new ASP.Net Core API application and want to default to a different route? Read on to find out how.
Do you have logic in your constructors as well as duplicated through your class definitions. Explore the options to add consistency into your code.
Updating the Span conversion examples with the updated API
Implementing the strategy pattern with generics to improve consistency of code base.
Exploring creating and consuming custom middleware in ASP.NET core and it’s configuration
Strategy pattern implementation options with enum generic constraints
Building on the previous post about implementing the strategy pattern in ASP.NET Core to harness SOLID design.
Using the Refit Rest client library to access the Fitbit Web Api
Fitbit Subscription Webhook based on the new ASP.Net Core Webhooks library
Links for the ASP.NET Core WebHooks mini series