Click here to Skip to main content
15,867,453 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 

11 Nov 2018 by Christian Vos
SOLID principles: The Liskov Principle, a simple example in C#
11 Oct 2013 by ASP.NET Community
Sometimes you need custom paging and sorting of a Gridview. So I wanted to share the ASP.NET code for all.Write this code on Client Side (Aspx
11 Oct 2013 by ASP.NET Community
Hello Friends Here we have a javascript and CSS code to create a light weight popupson Code Behind
29 Jun 2013 by Christian Vos
SOLID principles: The Open Closed Principle, a simple example in C#
27 Jun 2023 by Bohdan Stupak
A look at what dynamic polymorphism is and how it is crucial to mastering OOP
23 Feb 2019 by L. Michael
This article provides a concrete example of a very simple and lightweight – yet useful – domain services library.
14 Jul 2015 by Pranay Rana
SOLID principles are related with the design and maintenance of software system.
27 Jan 2014 by Shivprasad koirala
In this article we will try to understand SOLID Architecture principles using simple C# examples.
23 Apr 2013 by Jon Woo
I am writing this article to demonstrate how to build an application from scratch using SOLID principles and common design patterns
10 Feb 2014 by harleydk
SOLID Principles, in Layman's Terms: Interface Segregation
9 Feb 2021 by harleydk
SOLID Principles, in Layman's Terms: Single Responsibility
26 Aug 2015 by markmnl
Error handling often brings down an otherwise good design, this article offers an approach to standardize and simplify your error handling particularly in SOLID applications.
27 May 2015 by Arup Banerjee
The project is a simple Temperature Converter WPF Application which will allow user to convert from Celsius to Fahrenheit and vice versa. The objective however is to demonstrate techniques that are important when building large-scale front-end enterprise software.
16 Jun 2013 by Adam Tibi
We are used to repeat the SOLID principles, sometimes without giving them full thoughts. This is a call to drop an outdated principle that doesn't work in today's development, the "Open Close Principle", the result should be SLID.
12 Mar 2016 by Arkadiusz Kaɫkus
Code Contracts provide tools to explicitly define assumptions about method parameters and by static code analysis help to find bugs before they will appear in the runtime. This article demonstrates usage of Code Contracts.
30 Jul 2017 by HoangMinh Nguyen
This is an alternative for "SOLID architecture principles using simple C# examples"
14 May 2017 by Habibur Rony
Application design - a post mortem of a bad design
15 Aug 2017 by Vaibhav M Nalwad
Resolving Dependencies via Attributes and Reflection
16 Oct 2018 by Arlo Weston
Using the decorator pattern in WinForms, VB.NET
13 Oct 2019 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.