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 →Serve Angular app over HTTPS (Localhost – Angular CLI)
Sometimes, we need to run an Angular App over HTTPS in localhost for testing a PWA, interacting with Identity […]
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 →Using external JS Files in Angular
Hi guys! How are you ? Today I’m writing about Angular and how we have to do to use […]
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 →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 →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 →