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 […]