Click here to Skip to main content
15,881,380 members
Everything / SOLID

SOLID

SOLID

Great Reads

by Christian Vos
SOLID principles: The Liskov Principle, a simple example in C#
by Gaurav Aroraa
In our previous posts we learned ‘What is S.O.L.I.D. Programming Principles and a detailed explanation with code of Single Responsibility Principle, Open/closed Principle, Liskov Substitution Principle and Interface Segregation Principle.
by Gaurav Aroraa
In our previous posts we learned ‘What is S.O.L.I.D. Programming Principles and a detailed explanation with code of Single Responsibility Principle, Open/closed Principle and Liskov Substitution Principle.
by harleydk
SOLID principles, in layman's terms: Liskov Substitution

Latest Articles

by Bohdan Stupak
A look at what dynamic polymorphism is and how it is crucial to mastering OOP
by harleydk
SOLID Principles, in Layman's Terms: Single Responsibility
by RM Shahidul Islam Shahed
This article will walk you through the basic understanding of DI, why DI, code example and creation of ASP.NET Core MVC web application by using .NET Core built-in DI.
by L. Michael
This article provides a concrete example of a very simple and lightweight – yet useful – domain services library.

All Articles

Sort by Score

SOLID 

23 Nov 2016 by Mohammed Hameed
This is a general code review checklist and guidelines for C# developers, which will serve as a reference point for development.