Understanding the Retry Pattern
In today’s world of distributed systems, microservices, and cloud services, failures are inevitable. But not all failures are created equal […]
Understanding the Retry Pattern Read More »
In today’s world of distributed systems, microservices, and cloud services, failures are inevitable. But not all failures are created equal […]
Understanding the Retry Pattern Read More »
.NET 9 introduces a GUID version 7 implementation. Find out the differences with GUID version 4.
Guid Version 7 in .NET 9 Read More »
The Circuit Breaker pattern is important in distributed systems, microservices architecture, and cloud-native applications. It helps improve system resilience, stability,
Understanding the Circuit Breaker Pattern Read More »
The SearchValues is a new type introduced in .NET 8. It provides an immutable, read-only set of values optimized for
The Power of SearchValues in .NET Read More »
In this issue, we’re diving deep into one of the most powerful and performance-enhancing features introduced in .NET: Span<T>. Whether
Efficient Memory Management with Spans in .NET Read More »
NuGet is an open-source package management system for .NET developed by Microsoft. It allows developers to create, share, and consume
A New Place To Manage Packages in .NET Read More »
The DateTime type has existed in .NET from the beginning. It represents an instant in time, typically a date and
Better Controlling Time in .NET Read More »
Learn how Refit can boost your .NET Development. Explore how flexible and feature-reached Refit is.
Boost Your .NET Development with Refit Read More »
HttpClient is a widely used typical class in .NET. However, it has a hidden pitfalls. Learn how to avoid them with HttpClientFactory.
How to Use HttpClient Properly in .NET Read More »
An easy way how to fan out HTTP requests in .NET. A new method introduced in .NET 6.
How Easily to Fan Out HTTP Requests in .NET Read More »