August 5, 2026 · 14 min read
// tagged
C#
12 posts · browse all writing
April 6, 2025 · 7 min read
Unpacking Value Objects: The Unsung Heroes of C# Design
March 25, 2025 · 7 min read
Aggregates Unraveled: The Guardians of Consistency in DDD
March 18, 2025 · 7 min read
Building an AI Image Caption Generator with C#
March 17, 2025 · 5 min read
Building Themed Teams with the Abstract Factory Pattern in C#
March 10, 2025 · 2 min read
Dependency Injection: A Simple and Clear Guide
March 5, 2025 · 7 min read
Mastering the Factory Method Pattern: Guide to Flexible Object Creation in C#
February 26, 2025 · 7 min read
Mastering the Simple Factory Pattern in C#: A Beginner’s Guide
February 24, 2025 · 3 min read
Understanding the Observer Pattern in C#
February 14, 2025 · 8 min read
Decorator Pattern: Resolve the Mix and Match puzzle
February 11, 2025 · 4 min read
Navigating with the Strategy Pattern: Choosing the Best Route in C#
February 4, 2025 · 4 min read
Back to Basics: A Refresher on the SOLID Principles