Jaliya Udagedara
GitHub Activity
Jaliya Udagedara
A Developer.
Recent Blog Posts
Uri.TryCreate Cross-Platform Quirk: Windows vs. Linux
November 12, 2025 9:49 PM
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 ...
EF Core 10.0: Support for Partially Updating JSON Columns with ExecuteUpdate/ExecuteUpdateAsync
October 29, 2025 9:01 AM
In this post, let’s explore a great new enhancement available in EF Core 10.0. EF Core 10.0 now supports partially updating JSON columns with ExecuteU...
.NET Isolated Azure Functions: Missing Worker Logs
October 28, 2025 6:29 AM
I recently seen this issue in a .NET Isolated Azure Function App, it was writing custom logs at Information level to Application Insights, but the log...
.NET Isolated Azure Functions: Enabling Open API Support
October 27, 2025 9:16 AM
In this post let's see how to enable Open API Support in .NET Isolated Azure Functions. Long time ago I blogged about Introducing In-Process Azure Fun...