Click here to Skip to main content
16,012,468 members
Articles / SOLID

SOLID Architecture Principles Using Simple C# Examples

Rate me:
Please Sign up or sign in to vote.
4.91/5 (495 votes)
24 Jun 2024CPOL11 min read 2M   669  
In this article we will try to understand SOLID Architecture principles using simple C# examples.
This article will answer: What is SOLID? It seeks to help the reader understand single responsibility principle, open closed principle, Liskov substitution principle, Interface Segregation principle, and dependency inversion principle. My goal of writing this article is to understand SOLID with simple C# examples.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect https://www.questpond.com
India India

Comments and Discussions