You are here |
azureplayer.net | ||
| | | |
blog.dangl.me
|
|
| | | | Just a few days ago, I've blogged about running E2E tests for an Electron app. But, once tested and verified, the next step is deployment.If you've ever shipped an application for Windows users, you | |
| | | |
damienbod.com
|
|
| | | | This post looks at implementing an Open ID Connect identity provider in Microsoft Entra External ID. Auth0 is used as the identity provider and an ASP.NET Core application is used to test the authentication. Microsoft Entra External ID federates to Auth0. Client code: https://github.com/damienbod/EntraExternalIdCiam Microsoft Entra External ID supports federation using OpenID Connect and was... | |
| | | |
www.kevinrchant.com
|
|
| | | | I want to cover my experiments to use Azure DevOps with Azure Synapse Analytics SQL Pools. Because spent some time on it. - Kevin Chant | |
| | | |
csharp.christiannagel.com
|
|
| | With .NET Core, diagnostic information can be written using the ILogger interface. ILogger offers provider-based functionality to write to the console, the debug window, the Windows Event Log, to Microsoft Azure Ap Services diagnostics and logs, as well as to the TraceSource and the EventSource. Adapters to write to 3rd party logging frameworks such as... |