With the release of .NET 9.0, you might have noticed for ASP.NET Core Web Application templates in Visual Studio, we no longer have Swagger UI configured. […]
I recently faced an issue in one of the APIs where as part of importing OpenAPI to Azure APIM, it started throwing an error: “(ValidationError) Operation […]
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 […]