[NoBrainer] Get rid of issuer and MFA exceptions when working with Visual Studio Credential in local development environment

Lately I nearly got crazy when working with Visual Studio Credential in ASP.NET Web API project. For Test, Int and Prod environments I usually use Managed Identity and for local development I prefer using Visual Studio Credential for i.e. accessing Azure Key Vault or Azure Storage Account services. In this example, access key authentication is... Continue Reading →

GraphServiceClient returns empty list when searching for SharePoint sites with an empty string as search term

Towards the end of last year, I supported a teammate with troubleshooting. It was about searching pages in SharePoint via Microsoft Graph API using GraphServiceClient. The following code returned an empty list. using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.Graph; using SharepointList = Microsoft.Graph.List; namespace Backend.Infrastructure.Microsoft.Graph.Sharepoint { internal class SiteLogic { private readonly GraphServiceClient graphClient;... Continue Reading →

GitHub Copilot – A personal Assessment

This blog post is a personal assessment of GitHub Copilot based on a 60-days free trial usage and information I gathered from different sources. Let's start with a short introduction. What IT IS GitHub Copilot got announced as Your AI pair programmer. It's an artificial intelligence (AI) based service that supports developers in writing code... Continue Reading →

Website Powered by WordPress.com.

Up ↑