August 30, 2024Published by Jaliya Udagedara on August 30, 2024Categories CommunityASP.NET Core 9.0: HybridCache in ASP.NET CoreWith ASP.NET Core 9.0, we have access to a new Caching API: HybridCache, and it’s designed to replace both IDistributedCache and IMemoryCache. Let’s go through with an example […]
August 9, 2024Published by Jaliya Udagedara on August 9, 2024Categories CommunityAzure APIM as a Negotiate Server for Azure SignalR ServiceIn this post, let’s see how to use Azure APIM as a Negioate Server for Azure SignalR Service. Let’s start with a background. I have an […]
August 5, 2024Published by Jaliya Udagedara on August 5, 2024Categories CommunityAzure APIM Wildcard OperationsI recently had a requirement where I wanted to expose some endpoints in an ASP.NET Core Web API via an Azure APIM, but those were not […]
July 30, 2024Published by Jaliya Udagedara on July 30, 2024Categories CommunityAzure Container Apps: Scaling Rule based on Azure Service Bus SubscriptionIn this post, let’s see how to set a scaling rule for Azure Container App to scale based on # of messages in an Azure Service Bus Subscription. […]