Jaliya Udagedara
GitHub Activity
Jaliya Udagedara
Building with the Microsoft stack; Microsoft MVP
Recent Blog Posts
Microsoft Entra External ID: Disable Sign Up in a User Flow
December 02, 2025 9:55 AM
I was setting up an application on Microsoft Entra External ID and in my User Flow, I didn't want to enable Sign Up. Sign Up/Sign In So wanted to remo...
Creating SAS URIs for Azure Storage Blobs using DefaultAzureCredential
November 27, 2025 12:38 AM
When working with Azure Storage Blobs in .NET, you will often need to generate Shared Access Signature (SAS) URIs to provide temporary, secure access ...
Azure DevOps: Azure Functions Core Tools Can't Find .NET 10 Installed by UseDotNet@2 Task on Windows Agents
November 13, 2025 11:28 AM
I was upgrading an Azure Durable Function Application from .NET 9 to .NET 10. Our Azure DevOps pipeline have a job that executes set of integration te...
Uri.TryCreate Cross-Platform Quirk: Windows vs. Linux
November 12, 2025 2:49 AM
Hope everyone’s having fun with .NET 10, C# 14 and Visual Studio 2026 from the .NET Conf 2025 announcements. I was upgrading a project to .NET 10 and ...
Running ASP.NET Core 3.1 Application Inside .NET 9 Container
November 10, 2025 7:46 AM
Recently, I needed to run a set of applications targeting ASP.NET Core 3.1 inside .NET 9 containers. I know, it’s just a couple of days before .NET Co...
EF Core 10.0: Global Query Filter Improvements
October 30, 2025 10:15 AM
In this post, let's have a look at some nice improvements in Global Query Filters in EF Core 10.0. We can use Global Query Filters at an entity level ...