A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
While many development conferences feature introductory sessions on various topics, more advanced tutorials are comparatively rare. Going beyond the many "hello world" presentations out there, expert ...
There is no default way to control the request timeout in ASP.NET Core 6.0 or 7.0. But it is about to change with the upcoming ASP.NET Core 8.0 (In Preview) that offers RequestTimeout Middleware. It ...
This post will cover how to handle concurrency for a resource in an ASP.NET Core Web API. The solution is based on the ETag (entity tag) which is part of the HTTP protocol. It is one of several ...
This template can be used to create a Blazor WASM application hosted in an ASP.NET Core Web app using Microsoft Entra ID and Microsoft.Identity.Web to authenticate using the BFF security architecture.
This template can be used to create a Blazor WASM application hosted in an ASP.NET Core Web app using Azure B2C and Microsoft.Identity.Web to authenticate using the BFF security architecture. (server ...
Take advantage of base controllers to avoid dependency injection code duplication and enforce the DRY principle in ASP.NET Core MVC. When working with controllers in web applications using ASP.NET ...
When you need to integrate authorization with procedural code, you're going to need your application's ClaimsPrincipal object so that you can check the user's authorization claims. Here's both how to ...
Take advantage of session storage middleware in ASP.Net Core to store user-specific data and session state on the server To store user-specific data in ASP.Net Core web applications, we use the ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results