Category
SOLID
Explore articles, tutorials, and insights about SOLID — covering practical tips, best practices, and real-world examples.
2 articlesC# 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.
Design Principles in Software Development Part 2
2021/02/17·5 min readThis blog talks about design principles in software development. It includes SOLID and a few more widely used design principles, with example code.