Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 4 - Test

6 minute read
This is the fourth part of the series where an ARM Template is converted to Bicep. In this article, we should continue on Phase 4 - Test…

YouTube Presentation - CQRS with MediatR in .NET 6

1 minute read
Great presentation available on Coding Night NZ channel about CQRS with MediatR in .NET 6.

Coding Night - Presentation May 2nd

1 minute read
I would like to invite you on May 2nd (Monday) at 8PM to check the presentation Fluent Validation in .NET6. Please RSVP here: https://bit.ly…

New User Group Coding Night - Presentation April 11th

1 minute read
I would like to invite you on April 11th (Monday) at 8PM to check the presentation CQRS with MediatR in .NET 6. Please RSVP here: https…

Fluent Validation in .NET 6

3 minute read
Fluent Validation is a validation library available as a NuGet package, that can be easily implemented by developers. It uses a fluent API…

CQRS with MediatR and the Microsoft dependency injection container in .NET 6

9 minute read
CQRS is an application architecture pattern and stands for Command query responsibility segregation. My intent with this article is not to…

Fan out/fan in Pattern - Part 3 - Azure Durable Functions

4 minute read
If you need to define a workflow that scales, by having multiple functions running in parallel the Fan out/fan in Pattern is the application…

CQRS with MediatR and Autofac in .NET 6

9 minute read
CQRS is an application architecture pattern and stands for Command query responsibility segregation. My intent with this article is not to…

Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 3 - Refactor

6 minute read
This is the third part of the series where an ARM Template is converted to Bicep. In this article, we should continue on Phase 3 - Refactor…

Chaining Pattern - Part 2 - Azure Durable Functions

4 minute read
If you need to define a workflow that executes tasks in sequence, the Chaining Pattern is the application pattern to use with Durable…