Becoming a Remote Worker - Month 18+
18 months on with no end in sight …
18 months on with no end in sight …
Can lesser known C# language features be used to aid with lower the cognative noise in Azure Function definitions?
Can you write a “Minimal Api” using Azure Functions in .NET 6.0? Let’s take a look!
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.
Investigating whether dependency injection into a custom Exception class a good idea.
Running an Azure Functions project but start getting Ambiguous match found error? Let’s take a look at what could be the issue.
Having an issue with submitting scaffolded razor pages on localhost?
Getting an error on the command line when using the Azure Functions tools to create new C# functions. Let’s see how to get around this.
Looking to get started with using the Twitter APIs but unsure how to get started? In this post we look at using the SocialOpinion API nuget package to make accessing Twitter from code easier.
Recieved some feedback from the previous blog post about Target Typed New Expressions and it made me think.