.NET Pulse
A free weekly newsletter about .NET
Embark on a journey of continuous learning and discovery!
2 170 Subscribers
Latest Issues
Performant Compile-Time Logging in .NET
Logging is a critical part of software development. Learn how to improve logging performance, safety,…
3 Methods to Create Middleware in ASP.NET Core
In ASP.NET Core, middleware is a component of the request-processing pipeline. Learn three methods how…
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…