Category
Architecture
Explore articles, tutorials, and insights about Architecture — covering practical tips, best practices, and real-world examples.
2 articlesC# Code Organization and Documentation Without Noise — Clean Code
2026/04/26·8 min readOrganize C# projects and classes for maintainability, and write comments that explain why instead of what.
C# Class Design and SOLID Principles in Real Projects — Clean Code
2026/03/29·10 min readLearn how to apply SRP, dependency inversion, and composition in C# to build maintainable, extensible production services.