Understanding SOLID Principles: Interface Segregation & Dependency Injection
This blogpost talks about interface segregation and dependency injection in solid principles
@solidcodeguru
This blogpost talks about interface segregation and dependency injection in solid principles
Liskov substitution is one of the more complex facets of the SOLID principles. It requires a foundational knowledge of both contracts and variance to build rules that guide you toward more adaptive code
This is the part 2 of the series of posts that I’m writing on the topic of solid principles
If your code is not adaptive enough, You process cannot be agile enough.. To make your code more adaptive learn SOLID Principles
One of the main problem in our industry is we focus on the tech tool, not the thing that the tech tool let’s you do. So when you say you…
In the blog post I explain about .NET MAUI a new multi platform app UI to support different workloads like mobile, desktops using .NET
My opinions on design patterns and practices and things that you should keep in mind while choosing design patterns
Whenever we develop a software feature, it is likely that certain compromises will need to be madeĀ between the “ideal code” and the code that is good enough to meet…