Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Erik Steiger discusses the operational pain ...
This article explains how to configure Blazor WebAssembly to use Microsoft Entra ID groups and roles. Microsoft Entra (ME-ID) provides several authorization approaches that can be combined with ...
HybridCache is a new API in .NET 9 that brings additional features, benefits, and ease to caching in ASP.NET Core. Here’s how to take advantage of it. Caching is a proven strategy for improving ...
You may see a variation of a Microsoft .NET Framework error when running a supported application. Find the fixes for fix any kind of .NET Framework error in this ...
Take advantage of the built-in support for OpenAPI in ASP.NET Core to automatically document your HTTP endpoints. Minimal APIs are supported too. ASP.NET Core 6 introduced a simplified hosting model ...
Third-party development tool vendors in the .NET Core space are shipping new components, helpers, controls and other goodies for Blazor -- the red-hot Microsoft project for using C# in web development ...
description WebHooks are an interesting way to approach building a serverless application. learn how I used the GitHub webhooks API with Azure Functions to build this ...