YouTube Presentation - Building robust and resilient applications with Polly

1 minute read
Great presentation available on Coding Night NZ channel about Building robust and resilient applications with Polly.

Correlation Identifier Pattern with Azure Functions Middleware

2 minute read
Identifying and resolving issues in distributed applications can pose significant challenges. The strategic utilization of correlation…

Resilient Modern Apps with Polly in .NET - Retry Pattern

6 minute read
Modern Apps should be resilient, catering for transient faults when communicating with services. In this post, the retry pattern is…

Visitor Pattern with C# - Real World Tax Example

5 minute read
The Visitor pattern is a behavioural design pattern, allowing new operations to be created or executed by the object, without modifying its…

Out-Of-Process Azure Functions with Fluent Validation

4 minute read
Creating Azure Functions has never been easier, thanks to the Out-Of-Process (Isolated) model, which allows us to effortlessly hook services…

Messaging with MassTransit and Azure Service Bus in .NET 7

10 minute read
Azure Service Bus is a fully managed enterprise integration message broker. In this post, let's explore an example of how to implement…

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

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

Messaging with MassTransit and RabbitMQ in .NET 7

8 minute read
Messaging plays a crucial role in enabling loosely coupled and scalable architectures. MassTransit and RabbitMQ provide a powerful…

YouTube Presentation - Global Azure - Getting started with Data API builder for Azure Databases

1 minute read
Great presentation available on Aotearoa Azure Meetup channel. The Global Azure 2023 event happened at Microsoft Auckland on May 12th, 202…

Azure Functions running in Azure Container Apps with Dapr

14 minute read
In case your organization has embraced containers in its strategy, it's worth noting that Azure Container Apps now can host and enable the…