C# 14: Introducing Extension Members
Introduction C# continues to evolve with every major release, and C# 14 is no exception.This…
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
From .NET 6 to .NET 8+,my migration experience:Using Azure AppConfiguration in Azure Functions on .NET8+ isolated
Introduction I recently migrated many Azure Functions . These functions were running on .NET 6…
Read More
ASP.NET Core: Using the ASP.NET Core integration on Azure functions
Introduction Since 2023, Azure Functions (HttpTriggers) have benefited from an improvement allowing the manipulation of…
Read More