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 […]
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 Microsoft […]
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 Semantic Kernel and […]
I had a requirement to track LLM and Content Understanding token usage within a multi-tenant application for downstream customer billing, rather than relying solely on Application […]
In this post, let’s look at how we can use multiple output bindings with HTTP-triggered Azure Functions running on the isolated worker model. When working with […]
In this post, let’s see how to send emails using Azure Communication Services (ACS) in a .NET application. With SendGrid’s free tier being discontinued, ACS has […]
DefaultAzureCredential is the recommended approach for authenticating with Azure services, and in most cases, we rarely rely on access keys anymore, authentication is typically handled through managed […]