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 […]
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 […]
With .NET SDK 8.0.4xx and later versions, we will have access to a new dotnet nuget command: dotnet nuget why. You can try this now with the latest .NET 9 SDK Preview: 9.0.100-preview.6 (thanks @ErikEJ […]
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 […]
The .NET 8 multi-platform container tags have been updated to be Linux-only. This means that the latest, <major>.<minor>, and <major>.<minor>.<patch> tags are Linux-only going forward. Previously if we pull a .NET […]
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 […]
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 […]