Auto Mapper in .NET 62022, May 18 — 5 minute readAutoMapper is a library created by Jimmy Bogard and it was created to offer object-object mapping, by transforming an input object of a type…
Coding Night - Presentation May 23rd2022, May 11 — 1 minute readI would like to invite you on May 23rd (Monday) at 8PM to check the presentation AutoMapper in .NET 6. Please RSVP here: https://bit.ly/auto…
Global Azure on Coding Night - Presentation May 7th2022, Apr 16 — 1 minute readI would like to invite you on May 7th (Saturday) at 2PM to check the presentation Creating Professional Real World Azure Functions with .NET…
Global Azure on Coding Night - Presentation May 5th2022, Apr 15 — 1 minute readI would like to invite you on May 5th (Thursday) at 8PM to check the presentation Migrating ARM Templates to BICEP. Please RSVP here: https…
Convert ARM Template to Bicep and Deploy with Azure DevOps - Part 4 - Test2022, Apr 14 — 6 minute readThis 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…
Coding Night - Presentation May 2nd2022, Apr 06 — 1 minute readI would like to invite you on May 2nd (Monday) at 8PM to check the presentation Migrating ARM Templates to BICEP. Please RSVP here: https…
New User Group Coding Night - Presentation April 11th2022, Apr 05 — 1 minute readI 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 62022, Apr 04 — 3 minute readFluent 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 62022, Mar 27 — 9 minute readCQRS 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 Functions2022, Mar 21 — 4 minute readIf you need to define a workflow that scales, by having multiple functions running in parallel the Fan out/fan in Pattern is the application…