Jaliya Udagedara

GitHub Activity

Jaliya Udagedara

Jaliya Udagedara

Building with the Microsoft stack; Microsoft MVP

Recent Blog Posts

EF Core 11.0: Complex Types and JSON Columns on Entity Types with TPT/TPC Inheritance

March 17, 2026 2:07 AM

In this post, let's have a look at a nice improvement in EF Core 11 around complex types, JSON columns, and inheritance mapping. If you tried to use a...

C# 15: Collection Expression Arguments

March 03, 2026 10:14 AM

In this post, let's have a look at a new C# 15 feature: Collection Expression Arguments which is now available with .NET 11 Preview 1.0. With C# 12, w...

Connecting Azure to MongoDB Atlas via Private Endpoints

February 28, 2026 9:41 AM

In this post, let's see how we can set up Azure Private Endpoints to connect to a MongoDB Atlas cluster. When we connect to a MongoDB Atlas cluster, w...

Connecting to Azure Managed Redis Instance from Redis Insight

February 25, 2026 10:26 AM

Redis Insight is one of the must-have tools if you are working with Redis. It provides a nice GUI to browse keys, run commands, and monitor your Redis...

Sending messages to Azure Service Bus from Azure API Management

February 03, 2026 11:50 AM

With Azure API Management (APIM), now you can send/publish messages directly to Azure Service Bus. Note: at the time of writing this post, this featur...

.NET Isolated Azure Functions: Dependency Injection in Durable Entities

February 02, 2026 10:40 AM

In this post, let's have a look at how we can use Dependency Injection (DI) with Azure Durable Entities in .NET 10 Isolated Durable Functions. Say we ...