Jaliya Udagedara

GitHub Activity

Jaliya Udagedara

Jaliya Udagedara

Building with the Microsoft stack; Microsoft MVP

Recent Blog Posts

EF Core 11.0: Querying JSON Columns with JsonPathExists and JsonContains

April 29, 2026 10:08 AM

In this post, let's have a look at two new functions introduced in EF Core 11.0: EF.Functions.JsonPathExists() and EF.Functions.JsonContains(). Both a...

Microsoft Agent Frameworks' Agent Middleware with .NET

April 14, 2026 9:20 AM

In this post, let's have a look at Microsoft Agent Framework's Agent Middleware with .NET. In my previous post, we looked at getting started with Micr...

Getting Started with Microsoft Agent Framework 1.0.0 in .NET

April 08, 2026 7:55 AM

Microsoft Agent Framework 1.0.0 was released few days ago with support for both .NET and Python. Agent Framework is the direct successor to both Seman...

Azure Content Understanding: Custom Usage Tracking with APIM

April 07, 2026 9:39 AM

I had a requirement to track LLM and Content Understanding token usage within a multi-tenant application for downstream customer billing, rather than ...

Azure Content Understanding Client Library for .NET

March 24, 2026 10:47 AM

In this post, let's have a look at the new Azure Content Understanding Client Library for .NET. Until now, when working with Azure Content Understandi...

EF Core 11.0: Create and Apply Migrations in a Single Command

March 20, 2026 9:39 AM

When working with migrations in Entity Framework Core, what we usually do is first create the migration and then apply it to the database. It has alwa...