/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

damienbod.com
| | az-liftshift.com
0.0 parsecs away

Travel
| | This article shows how an ASP.NET Core Razor Page application could implement an automatic sign-out when a user does not use the application for n-minutes. The application is secured using Azure AD B2C. To remove the session, the client must sign-out both on the ASP.NET Core application and the Azure AD B2C identity provider or
| | serverless.industries
2.3 parsecs away

Travel
| | The .NET Core Session Store allows it to store data server-sidefor the current client. Per default the cookie which identifies the client onlyremains in the browser until it's closed.
| | www.itwriting.com
2.5 parsecs away

Travel
| | [AI summary] A developer shares a detailed technical walkthrough of migrating an older ASP.NET application to ASP.NET Core with Entra ID authentication, highlighting the complexities of configuring group-based access control and overcoming deprecated libraries.
| | timdeschryver.dev
25.0 parsecs away

Travel
| In this post, we'll take a look at the newly introduced IExceptionHandler in ASP.NET Core 8. We'll implement an exception handler that translates exceptions into Problem Details using the Problem Details Service. The result is a standardized and better experience for your API consumers.