Explore >> Select a destination


You are here

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

Travel
| | This article shows how to create Microsoft Teams online meetings in ASP.NET Core using Microsoft Graph. Azure AD is used to implement the authentication using Microsoft.Identity.Web and the authenticated user can create teams meetings and send emails to all participants or attendees of the meeting. Code: https://github.com/damienbod/TeamsAdminUI History 2023-11-19 Updated .NET 8, Updated to Graph...
| | damienbod.com
0.7 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...
| | damienbod.com
6.6 parsecs away

Travel
| | The article shows how to implement user management for an ASP.NET Core application using ASP.NET Core Identity. The application uses custom claims, which need to be added to the user identity after a successful login, and then an ASP.NET Core policy is used to authorize the identity. Code: https://github.com/damienbod/AspNetCoreAngularSignalRSecurity History 2023-01-07 Updated .NET 7, Angular...
| | codetraveler.io
67.6 parsecs away

Travel
| Azure Functions recently released support for .NET 5. Let's take a look at how to upgrade our existing Azure Functions to use it!