#net
Read more stories on Hashnode
Articles with this tag
This blog post is part of the C# Advent 2024 calendar! Be sure to check it out for more great articles on C# and .NET. When building applications for...
Recently in one of my projects, I had to extract properties and values of a C# object to send as key value pairs to a third party REST API. Instead of...
In this blog post, we will explore the fifth and final principle in the SOLID design principles series: the Dependency Inversion Principle (DIP). In...
In this blog post, we will explore the fourth principle in the SOLID design principles series: the Interface Segregation Principle (ISP). In case you...
In our ongoing series on SOLID principles, we've already covered the Single Responsibility Principle (SRP) and the Open/Closed Principle (OCP). In...
In our previous post, we explored the Single Responsibility Principle (SRP), the first of the SOLID principles, which guides us in writing more...