NET 6.0

Dev Tips - Creating Unique Identifiers

Ever needed to create a unique identifier? Let's take a look at some ways developers can create unique identifiers which may or may not be known.

Posted on 28 September 2021

Separate the Metadata Noise from the Implementation in Azure Functions

Can lesser known C# language features be used to aid with lower the cognative noise in Azure Function definitions?

Posted on 14 September 2021

Minimal Api in .NET 6 Out Of Process Azure Functions

Can you write a "Minimal Api" using Azure Functions in .NET 6.0? Let's take a look!

Posted on 07 September 2021

When is not null not null but checking not null in .NET 6

With the new .NET version due to drop in November and the advent of C# 10 there are a number of improvements to the language but are they helping or hindering? Let's explore one of the common patterns we see in C# and how the language is changing around this area.

Posted on 31 August 2021

Ambiguous match found in Azure Functions project

Running an Azure Functions project but start getting Ambiguous match found error? Let's take a look at what could be the issue.

Posted on 17 August 2021

Default Your FirstOrDefault in .NET 6.0

New overrides coming for commonly used linq extension methods, will you be using them?

Posted on 22 June 2021