Category: Category: c#
Dependency Injection & Common App Settings
Hi guys, how you doing? Today I want to talk about common app settings, what do I want to […]
Read More →Worker Services – Net Core 3.0
Hey, mates, today I’m writing about worker services using net core 3.0. I hope you enjoy it 😉 We’ll […]
Read More →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 II
Topics: Resume of Part I – Dependency Injection & dotnet core Using dependency injection in asp.net core project Resume […]
Read More →E.F Core – Existing Database
Hi everyone! Today, I want to talk about an interesting feature of E.F Core. Many times, we need to […]
Read More →Create projects with C#8 – Core 3.0 Preview
Hi guys! Recently, I needed to test some features in C# 8 ! I didn’t want to create a […]
Read More →Design Patterns – Adapter
Hi guys! Today I’ll talk about the Adapter Pattern. The adapter pattern is a Structural Design Pattern that allows […]
Read More →Select the C# Language Version
Hi guys, today I’m writing about a little bit tip to select a specific C# version.You just imagine that […]
Read More →