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 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