Recently one of our .NET Isolated Azure Durable Functions got switched to use Netherite as its storage provider and suddenly all the integration tests started to fail […]
With ASP.NET Core 9.0, we have access to a new Caching API: HybridCache, and it’s designed to replace both IDistributedCache and IMemoryCache. Let’s go through with an example […]
For the last few weeks, I have been shipping blogs, code, and videos as part of a FREE and self-published course called Understanding Semantic Kernel. The […]
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 […]