.NET Pulse
A free weekly newsletter about .NET
Embark on a journey of continuous learning and discovery!
Subscribers
Latest Issues
Understanding struct vs ref struct in C#
In C#, structs are powerful tools for creating lightweight value types that offer both efficiency…
Understanding the Retry Pattern
In today’s world of distributed systems, microservices, and cloud services, failures are inevitable. But not…
Guid Version 7 in .NET 9
.NET 9 introduces a GUID version 7 implementation. Find out the differences with GUID version…
Understanding the Circuit Breaker Pattern
The Circuit Breaker pattern is important in distributed systems, microservices architecture, and cloud-native applications. It…
The Power of SearchValues in .NET
The SearchValues is a new type introduced in .NET 8. It provides an immutable, read-only…
Efficient Memory Management with Spans in .NET
In this issue, we’re diving deep into one of the most powerful and performance-enhancing features…