In this post, let’s have a look at this small yet handy EF Core 8.0 feature for troubleshooting concurrency issues. Before EF Core 8.0, the rowversion property in […]
Native Functions and Plugins are two of the key features of Semantic Kernel. Native Functions allow you to introduce your own custom code and combine this […]
In the previous blog post, we saw how to create and run prompt functions inline. These were effectively hardcoded. In most situations, you will likely want […]
Finally, Durable Entities are now supported with Netherite Storage Provider in .NET Isolated Azure Durable Functions. While durabletask-netherite: 1.5.1 says it added support for isolated entities, unfortunately, it […]
In this post, let’s see how we can subscribe to Event Grid System Topics in Azure Storage Account. Event Grid System Topics are events published by Azure services. We […]
What Is Semantic Kernel? Semantic Kernel had been on my radar for a while. Semantic Kernel is an open-source SDK designed to simplify the creation of […]
With .NET 9, ASP.NET Core now has built-in support for OpenAPI document generation in both controller-based and minimal APIs. For as long as I can remember, ASP.NET […]