profile image

CODES REALM

A Software & Cloud Engineering Journal.

Quick Tags

C# / .Net

JavaScript / TypeScript

Azure

Kotlin / Java

Notes

Azure Certification Notes

Back to home

All articles tagged as C#

Domain Event Pattern

C#, microservices 5 mins read

Domain Event pattern with in-built .Net Core IoC Container, scrutor and .Net Core console application. Source code for this post can be found here This post focuses on the abstract of Domain Event in…

Read more

S.O.L.I.D Principle of OOP

C#, Design Patterns 9 mins read

In this post, I try to leave out the intricacies of the SOLID principle and write about it succinctly in detail, but yet simple codes samples. Let’s get started The SOLID principle is a design patter…

Read more