📁 Architecture & Patterns

21 Feb 2026

Local-First Software Principles

Local-first is a software design philosophy where the user’s device is the primary home for data — sync is secondary, not foundational.

26 Feb 2025

.NET Architecture Reference Implementations

Curated collection of open-source .NET projects demonstrating various architectural patterns and approaches

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.