Tag: good-practices
Design Patterns – Mediator
Ey mates! today, I am talking about the Mediator Design Pattern! This is a behavioural pattern. Basically, we can […]
Read More →Configure Options – reading settings from appSettings – Dependency Injection – .NET CORE PART IV
Hi mates! How are you ? In this post, we are continuing with the dependency injection series, particularly, I’m […]
Read More →Extension Method to split services registrations – Dependency Injection – .NET CORE PART III
Hi! This is part three of the dependency injection series, if you want to see the previous articles, just […]
Read More →Dependency Injection – .Net Core – Part I
Topics: Dependency Injection Pattern – What is it? Dependency Injection in a net core console project Service’s lifetime Container […]
Read More →Design Patterns – Builder
Hi guys! Today I want to speak a bit about the Builder Pattern. This pattern allows for creating complex […]
Read More →Design Patterns – State
State is a behaviour pattern. We need to look this pattern when: We have a object that changes its […]
Read More →