Understanding struct vs ref struct in C#
No Comments
In C#, structs are powerful tools for creating lightweight value types that offer both efficiency…
Understanding the Retry Pattern
No Comments
In today’s world of distributed systems, microservices, and cloud services, failures are inevitable. But not…
Guid Version 7 in .NET 9
No Comments
.NET 9 introduces a GUID version 7 implementation. Find out the differences with GUID version…
Understanding the Circuit Breaker Pattern
No Comments
The Circuit Breaker pattern is important in distributed systems, microservices architecture, and cloud-native applications. It…
The Power of SearchValues in .NET
2 Comments
The SearchValues is a new type introduced in .NET 8. It provides an immutable, read-only…
Efficient Memory Management with Spans in .NET
No Comments
In this issue, we’re diving deep into one of the most powerful and performance-enhancing features…
A New Place To Manage Packages in .NET
No Comments
NuGet is an open-source package management system for .NET developed by Microsoft. It allows developers…
Better Controlling Time in .NET
No Comments
The DateTime type has existed in .NET from the beginning. It represents an instant in…
Boost Your .NET Development with Refit
1 Comment
Learn how Refit can boost your .NET Development. Explore how flexible and feature-reached Refit is.