.NET Core

Redis as a primary database?


Redis is renowned for its speed and use as a cache, but can we use Redis as our primary application database? In this tutorial we find out if we can build a .NET 6 API using Redis as the primary db… What You’ll Learn In this step by step tutorial...

.NET Core

Fault Handling with Polly – A Beginners Guide


Polly is the de-facto resilience and transient fault handling library for .NET. This article is a step by step beginners guide to using some of the most useful features of Polly. What You’ll Learn This step by step tutorial will teach you: What...