6 Posts

Dotnet

.NET Injection of a dependency list

.NET Injection of a dependency list

Whilst doom scrolling Twitter last night, I came across a tweet by a Norweigan software …

Clean up your durable functions history

Clean up your durable functions history

Recently I have been working with Azure Durable Functions, which are an extension of the Azure …

Dependency Injection with Azure Functions

Dependency Injection with Azure Functions

I have been making good use of Azure Functions recently; their simple hosting style makes …

WPF XAML Visibility binding with property value comparison

WPF XAML Visibility binding with property value comparison

Following on from my previous articles about ‘Passing multiple parameters to an ICommand …

Speeding up large WPF ComboBoxes

Speeding up large WPF ComboBoxes

The WPF application I am working on at the moment contains a questionnaire definition system; …

Why I hate Path.Combine

Why I hate Path.Combine

As most .NET developers will know there is a Path.Combine() method in System.IO which can be …