Skip to content Skip to sidebar Skip to footer
  • Redis Database Part 04: Inserting and Querying Data

Hidden Gems in C# Exception Handling

The TRY/CATCH/FINALLY exception handling has been around since C# 1.0 and you are very unlikely to find a developer who does not know how to use them. What may not be so obvious is that there are a number of…

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