Skip to content Skip to sidebar Skip to footer

Yearly Archives: 2026

C#1 to C#7.2: Delegates and Lambdas

This article is about looking at a specific C# feature and see how the functionality has been changed as each new C# version is released. It’s nice to look at “What’s New” articles but sometimes I find myself unable to…

__trashed

In this series of blogs I want to show how we access the Azure REST API directly using Postman in order to understand how applications can get authenticated and authorized automatically without having the user enter a username and password. …