Restore Isolated Durable Function Tuple Support
With the release of Azure Functions on .NET 8 and feature parity of the in-process to the isolated model, I’ve started to migrate existing in-process functio...
With the release of Azure Functions on .NET 8 and feature parity of the in-process to the isolated model, I’ve started to migrate existing in-process functio...
When Microsoft started porting .NET Framework to .NET Core (now simply .NET), some features were to remain on .NET Framework. One such feature was the server...
A while back I put together an application provisioning process using PowerShell and Azure Pipelines to automate delivering Azure application environments in...
This post is about an issue a colleague and I encountered recently whilst developing a series of layered APIs. The issue was that nullable properties weren’t...
With integration, there is often a need to integrate with ageing, legacy systems. This could be as part of a phased migration to a new system or that the leg...