Skip to content Skip to sidebar Skip to footer

Author page: Dev Books

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 remember at which version a specific feature can be used. What are they? …

__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. Overview The Azure REST API is the under pinning’s for all the other…