Click here to Skip to main content
15,882,017 members
Articles / SOLID

SOLID Architecture Principles Using Simple C# Examples

Rate me:
Please Sign up or sign in to vote.
4.91/5 (485 votes)
27 Jan 2014CPOL11 min read 1.9M   637  
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