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 MoreIntroduction We recently started migrating our applications from .NET 6 to .NET 8. The migration…
Read MoreIntroduction We recently started migrating our applications from .NET 6 to .NET 8. The migration…
Read MoreIntroduction I recently migrated many Azure Functions . These functions were running on .NET 6…
Read MoreIntroduction Since 2023, Azure Functions (HttpTriggers) have benefited from an improvement allowing the manipulation of…
Read MoreIntroduction I recently migrated an Azure function based on HttpTriggers. This function was running on…
Read MoreIntroduction Have you ever developed/consumed identically named objects and pulled your hair out encapsulating them…
Read MoreIntroduction .NET encodes strings with UTF-16 encoding. However in the world of the web, the…
Read More