Category Archives: Coding

Azure Functions (v3): Request Localization
This content may be outdated. Please, read this page keeping its age in your mind.Returning a localized response, based on a language selection is one of the most common business requirements a software developer has to deal with. This article explains how to perform request localization with Azure Functions RESX files and the default asp.net…

Azure Functions (v3): Response Caching
This content may be outdated. Please, read this page keeping its age in your mind.This article describes how to add response caching to an Azure Functions v3 App. Response Caching can reduce the number of requests to your Functions significantly which helps you save costs and boosts performance.