📁 Architecture & Patterns

1 Jan 0001

CQRS Patterns in .NET

Command Query Responsibility Segregation patterns and implementation strategies in .NET applications

1 Jan 0001

Domain-Driven Design in .NET

Domain-Driven Design principles and implementation patterns for building maintainable enterprise applications

1 Jan 0001

Event-Driven Architecture (EDA)

An architectural pattern where system components communicate by producing, detecting, and reacting to events, enabling loose coupling and asynchronous processing.

1 Jan 0001

Finite State Machines (FSMs)

A computational model consisting of a finite number of states, with defined transitions between them, used to design systems with predictable behavior and clear state management.