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 Span in .NET
No Comments
Explore Span in .NET—an essential feature for boosting performance and memory efficiency in high-performance applications
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 with TimeProvider in .NET
No Comments
New TimeProvider in C# simplifies time management and testing. Say goodbye to custom abstractions—control time…
Boost Your .NET Development with Refit
1 Comment
Learn how Refit can boost your .NET Development. Explore how flexible and feature-reached Refit is.
How to Use HttpClient Properly in .NET
2 Comments
HttpClient is a widely used typical class in .NET. However, it has a hidden pitfalls….
How Easily to Fan Out HTTP Requests in .NET
No Comments
An easy way how to fan out HTTP requests in .NET. A new method introduced…
Efficient Bulk Updates in Entity Framework
No Comments
Learn about new bulk update and delete methods in Entity Framework Core. Find out how…