kumarashwinhubert.comMicrosoft Foundry (New) vs Foundry (Classic) — What Actually Changed?If you’ve been exploring Azure AI learning paths or watching older demos, you’ve probably run into something confusing: The documentation and training links often reference Foundry (Classic) But the portal you’re using today might show Foundry (New...Nov 24, 2025·5 min read
kumarashwinhubert.comHow Fast is ASP.NET Core Web API? A Performance AnalysisIn today's digital age, speed is paramount for web and mobile applications. Users expect instantaneous responses, and any delay can lead to a poor user experience and loss of engagement. Therefore, as developers, it's crucial to build web APIs that a...Aug 2, 2024·6 min read
kumarashwinhubert.comComparing List Loop Performance in .NET: From .NET Framework to .NET 9-previewLoops are fundamental constructs in any programming language. But have you ever wondered if there are any performance differences between them? For small collections, the difference might be negligible, but what about handling a million or 10 million...Jul 2, 2024·5 min read
kumarashwinhubert.comSecure Your Azure Functions: Use Managed Identity for AzureWebJobsStorageWhen using an Azure Function app, it is necessary to connect it to a storage account, often referred to as Host storage. This storage is utilized by the Functions runtime, as well as by various triggers and bindings to coordinate between multiple run...Nov 18, 2023·4 min read
kumarashwinhubert.comHow to Disable Azure Functions for Local and Azure CloudWhen working with Azure Functions, you often have multiple functions as part of a single function app. When debugging or running the function app locally, all the associated functions start and run together. However, during debugging, you may want to...May 17, 2023·2 min read