Explore >> Select a destination


You are here

azureplayer.net
| | blog.dangl.me
8.5 parsecs away

Travel
| | 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
11.3 parsecs away

Travel
| | 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
9.2 parsecs away

Travel
| | 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
59.6 parsecs away

Travel
| 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...