Category: C#

Maximizing Data Protection Across Azure with Soft Delete and Why You Should Consider It

For this years Azure Spring Clean we are going to look at soft delete. Soft delete in Azure adds a safety net to the way we work by… ...
Continue Reading Maximizing Data Protection Across Azure with Soft Delete and Why You Should Consider It

Putting Your Application to the Test with Azure Load Test

Putting an application under stress and comparing the results to previous tests can be useful to ensure that new features and additions do… ...
Continue Reading Putting Your Application to the Test with Azure Load Test

How to use Azure Management APIs in C# with Azure.Identity

Azure offers a wide range of management APIs to automate a range of actions that can be performed in the Azure portal. These include things… ...
Continue Reading How to use Azure Management APIs in C# with Azure.Identity

Reflections on 2022

As we come to the end of another year, lets look back at the highlights and reflect on the year. Although this post focuses on my personal… ...
Continue Reading Reflections on 2022

Festive Tech Calender – Building a Festive Poll with SignalR

This year for the Festive Tech Calender I have created a christmas themed poll sample that is updated in real time using serverless… ...
Continue Reading Festive Tech Calender – Building a Festive Poll with SignalR

My Top 10 Visual Studio Code Extensions for 2022

Over the last few years, I have found myself using Visual Studio Code more and more. The main reasons being both the speed of the… ...
Continue Reading My Top 10 Visual Studio Code Extensions for 2022

How to Build a Url Shorter with C# Minimal APIs and Azure

For some time now I have wanted to create a URL shortener of my own, and although there are many third-party services that offer this there… ...
Continue Reading How to Build a Url Shorter with C# Minimal APIs and Azure

Azure Blob Storage and Life Cycle Management

During the month of September, the Azure Back to School community event showcases a large number of Azure related videos and blog posts… ...
Continue Reading Azure Blob Storage and Life Cycle Management

Prompting Developers to Install Recommended Azure Tools

Discovering which prerequisite add-ons are needed for a project, then finding them online before installing them can be time consuming and… ...
Continue Reading Prompting Developers to Install Recommended Azure Tools

Reading Google Calendar Events in an Azure Function

I recently had the need to look at how to read Google Calendar events from inside an Azure function, however it’s not been as straight… ...
Continue Reading Reading Google Calendar Events in an Azure Function