C# 14: Introducing Extension Members
Introduction C# continues to evolve with every major release, and C# 14 is no exception.This…
Read More
C# 14: Interceptors in practice with automatic correlation headers
Introduction Interceptors became a stable C# language feature with C# 14 and .NET 10, after spending…
Read More
C# 13: Introducing the new escape sequence
Introduction C# 13 quietly introduced a new escape sequence that’ll make terminal and low-level devs…
Read More
C# 13: Introducing System.Threading.Lock
Introduction With every new release, C# keeps evolving to offer better performance, cleaner syntax, and…
Read More
ASP.NET Core 9: Discover the new developer Exception page
Introduction ASP.NET Core 9 has arrived and brings interesting novelties, especially on debugging. In this…
Read More
From .NET 6 to .NET 8, my migration experience: Migrating Durable Functions .NET 8 isolated
Introduction We recently started migrating our applications from .NET 6 to .NET 8. The migration…
Read More
From .NET 6 to .NET 8,my migration experience:Fixing missing x-forwarded headers in .NET 8 isolated Azure Functions
Introduction We recently started migrating our applications from .NET 6 to .NET 8. The migration…
Read More