Azure Template Specs - Part 1 - Introduction

4 minute read
Azure Template Specs are reusable templates that allow you to define infrastructure-as-code (IaC) resources in Azure. Characteristics…

YouTube Presentation - A pragmatic approach with Clean Architecture in .NET projects - Lesson 1

1 minute read
Great presentation available on Coding Night NZ channel about A pragmatic approach with Clean Architecture in .NET projects - Lesson 1.

Resource provider is not registered to subscription. Did you know?

1 minute read
(ResourceProviderNotRegistered) The Microsoft.Blueprint resource provider is not registered to subscription [guid]. The resource provider…

Coding Night - Presentation March 13th

1 minute read
I would like to invite you on March 13th (Monday) at 8PM NZDT to check the presentation A pragmatic approach with Clean Architecture in .NET…

Azure Functions Triggers and Bindings - Part 2 - Blob storage

5 minute read
This is part 2 of the Azure Functions Triggers and Bindings series where Triggers and Bindings are explored with C# examples. In this post…

YouTube Presentation - Upgrade strategies and tooling for .NET 7

1 minute read
Great presentation available on Coding Night NZ channel about Upgrade strategies and tooling for .NET 7.

Azure Functions Triggers and Bindings - Part 1 - Queue

3 minute read
This is part 1 of the Azure Functions Triggers and Bindings series where Triggers and Bindings are explored with C# examples. In this post…

Coding Night - Presentation January 23rd

1 minute read
I would like to invite you on January 23rd (Monday) at 8PM to check the presentation Upgrade strategies and tooling for .NET 7. Please RSVP…

ASP.NET Framework Migration to ASP.NET Core with YARP

5 minute read
Transitioning from ASP.NET Framework to ASP.NET Core was never simple, simply because of the way how ASP.NET Framework was created coupled…

gRPC JSON Transcoding in .NET 7

6 minute read
.NET 7 introduced gRPC JSON transcoding, used within ASP.NET Core, to allow HTTP/2 requests to be transcoded to JSON and transmitted via…