Pinned Loading
-
IAsyncEnumerable ADO.NET Example
IAsyncEnumerable ADO.NET Example 1public static async IAsyncEnumerable<IEnumerable<object?>> GetResults(this SqlConnection connection, string query, [EnumeratorCancellation] CancellationToken token)
2{
3if (string.IsNullOrWhiteSpace(query))
4{
5throw new ArgumentException(nameof(query));
-
Retrieve Groups From Microsoft Graph
Retrieve Groups From Microsoft Graph 1/*
2Uses Flurl.Http instead of default http client
3Your app registration will need the appropriate permissions for microsoft graph
45*** Additional exception handling needed if in a production scenario ***
-
Workaround for Azure AD groups and A...
Workaround for Azure AD groups and Asp.Net Core Roles 1namespace Example
2{
3public class RoleClaimsTransformation : IClaimsTransformation
4{
5public Task<ClaimsPrincipal> TransformAsync(ClaimsPrincipal principal)
-
Test for adherence to clean architec...
Test for adherence to clean architecture guidelines 1#!/bin/bash
2RESULT=$(grep -r -i --include \*.cs --include \*.cshtml --exclude Startup.cs --exclude /bin/\* --exclude /obj/\* --exclude /Configuration/\*.cs "Infrastructure.Namespace.Here" FolderNameHere)
34if [ -z "$RESULT" ]
5then
-
pydataparc
pydataparc PublicA python library for accessing tag data in Capstone DataPARC historian
Python 1
-
Azure DevOps Pipeline Example
Azure DevOps Pipeline Example 1# ASP.NET Core
2# Build and test ASP.NET Core projects targeting .NET Core.
3# Add steps that run tests, create a NuGet package, deploy, and more:
4# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.