Technical Writing
Insights on software architecture, engineering practices, and system design
Showing 24 of 24
#24 My Standard Template for Every .NET Web API Project
25 February, 2026
Over the years, I've learned one critical lesson: "The long-term success of a .NET project is decided in the first few days."....
#23 Understanding Many-to-Many Association in OOP
23 October, 2024
Many-to-Many Association: In object-oriented programming, a many-to-many association is a relationship between two classes....
#22 Understanding One-to-Many Association in OOP
22 October, 2024
One-to-Many Association: In object-oriented programming, a one-to-many association is a relationship between two classes....
#21 Understanding One-to-One Association in OOP
21 October, 2024
One-to-One Association: In object-oriented programming, a one-to-one association is a relationship between two classes....
#20 How Value Types and Reference Types Work in C#?
20 October, 2024
In C#, value types store data directly in memory. Common value types include int, float, bool, and structs....
About the Blogs
As a dedicated .NET developer, I maintain a Patreon account where I share exclusive content related to .NET development. There, you will also gain access to the codebase of this blog post. By becoming a Patreon member, you will have the opportunity to explore and learn from my projects firsthand.
If you have found my contributions helpful in any way, I kindly ask you to consider becoming a Patreon supporter. Your support enables me to continue producing high-quality content, empowering developers like yourself to enhance their skills and stay up to date with the latest developments in the .NET ecosystem. Thank you for considering joining my Patreon community!
Popular Posts
Confidently Build Production-Ready CRUD Using N-Layer Architecture
25 February, 2024
Confidently Build Production-Ready CRUD Using Clean Architecture
25 February, 2024