|
You are here |
dylanbeattie.net | ||
| | | | |
csharp.christiannagel.com
|
|
| | | | | Authentication and authorization is a built-in feature of ASP.NET Core. Creating an application, you can select to authenticate with the Azure Active Directory or the Azure Active Directory B2C, or store user information in a local database with the Web application. This article gives you the information to use local accounts, create roles programmatically from... | |
| | | | |
keithbabinec.com
|
|
| | | | | The OAuth 2.0 implicit grant flow is great way to handle authentication between a client JavaScript single page web app (SPA) and a web API. For example: a React or Angular web app that needs to authenticate users and then have those users call an authorized ASP.NET Core Web API. Azure AD and the Microsoft... | |
| | | | |
az-liftshift.com
|
|
| | | | | 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 | |
| | | | |
www.onehouse.ai
|
|
| | | Ensuring Atomicity, Consistency, Isolation, and Durability (ACID) in data systems is crucial for maintaining data integrity, especially in environments with concurrent operations. By the end of this blog you will understand how lakehouse table formats like Apache Hudi?, Apache Iceberg? & Delta Lake implement ACID properties, enabling reliable data ingestion, consistent query results, and robust concurrency control over large-scale datasets. | ||