There are often times that we have different implementations of an interface and we need to resolve a particular implementation when doing dependency injection. With ASP.NET […]
Decisions, we all make them. You may make a decision based on specifications, performance, time to value supportability and so on. There are many dimensions, and […]
.NET 8 offers some exciting updates to System.Text.Json. One of my favorites of them is, now we have some handy additional functionalities on JsonNode. The JsonNode has following new methods: namespace System.Text.Json.Nodes; […]
In this post let’s see how we can preserve Stack order when it’s getting passed between Orchestrators/Activities in a .NET In-Process Azure Durable Functions. As you already […]
With ASP.NET Core 8.0 Preview, we now have some new AddBearerToken extension methods on Microsoft.AspNetCore.Authentication.AuthenticationBuilder. It seems to have been introduced as part of ASP.NET Core 8.0 […]
In this post, let’s go through a new feature that’s coming with C# 12.0. With this feature, you can access instance members within nameof. To try this […]
In this post, let’s have a look at the new AtTimeZone functions that got introduced in Entity Framework Core 7.0 (or Entity Framework 7.0) for DateTime and […]