In this post, let’s have a look at asynchronous validation support for Minimal APIs, which is going to be available in ASP.NET Core 11.0. Some time back, […]
In this post, let’s have a look at WSL Containers, which is now available for public preview, and see how we can programmatically start a container […]
In this post, let’s have a look at how we can connect a .NET application to Azure DocumentDB (with MongoDB compatibility) using a Microsoft Entra ID Managed […]
In this post, let’s have a look at building deterministic multi-agent orchestrations with Microsoft Agent Framework in .NET using Durable Functions to coordinate multiple agents. A couple of […]
In the previous post: Microsoft Agent Framework: Agents on Azure Functions with .NET, we had a look at hosting an Agent on Azure Functions using Microsoft […]
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 are aimed at making it easier to query JSON […]