Solid Principles (2022) for Software Architecture & Design
Solid Principles (2022) for Software Architecture & Design, Master SOLID principles from scratch: Learn how to implement SOLID Principles in REAL LIFE IT project step by step.
Solid Principles of OOP Software Design & Architecture | Solid Principles of OOP for Software Architecture & Design
In this course we are going to learn the SOLIDÂ Principles of Object Oriented Programming OOPÂ Software design and architecture, where we will first try to understand :
SOLID Principle was first formulated and motioned by Robert martin in this book Agile Software Development, Principles, Patterns, and Practices .
SOLIDÂ
What are SOLIDÂ Principle S.O.L.I.D
How SOLID principle works in object oriented programming language like C# and Java with examples
why are solid principles important
How to apply use implement SOLID principle in real life project and examples.
how to design clean code using SOLID
Coding of solid principle.
We will also cover all the interview questions getting asked on the SOLIDÂ principle
TOPICSÂ covered :
Single responsibility Principle SRPÂ
What is single responsibility principle SRPÂ in object oriented programming language like C#Â .net and Java with examples.
Why single responsibility principle SRPÂ are important
Why to use , need of single responsibility principle SRP
How to use implement single responsibility principle SRP
Open Closed Principle OCP
What are Open Closed Principle OCPÂ in object oriented programming language like C#Â .net and Java with examples.
Why Open Closed Principle OCPÂ are important
Why to use , need of Open Closed Principle OCP
How to use implement Open Closed Principle OCP
Liskov Substitution Principle LSP
What is LisKov Substitution Principle LSPÂ in object oriented programming language like C#Â .net and Java with examples.
Why LisKov Substitution Principle LSPÂ Â are important
Why to use , need of LisKov Substitution Principle LSP
How to use implement LisKov Substitution Principle LSP
Interface Segregation Principle ISP
What is Interface Segregation Principle ISPÂ in object oriented programming language like C#Â .net and Java with examples.
Why Interface Segregation Principle ISPÂ Â are important
Why to use , need of Interface Segregation Principle ISP
How to use implement Interface Segregation Principle ISP
Dependency Inversion Principle DIPÂ
What is Dependency Inversion Principle DIPÂ in object oriented programming language like C#Â .net and Java with examples.
Why Dependency Inversion Principle DIPÂ are important
Why to use , need of Dependency Inversion Principle DIP
How to use implement Dependency Inversion Principle DIP.
Dependency Injection DI
What is Dependency Injection DI
To use and implement Dependency Injection.
Dependency injection using DIÂ IOCÂ container like unity container
Inversion of Control IOC
what is Inversion of control.
How to use and implement inversion of control
Difference between Dependency Injection and inversion of control DI vs IOC
Difference between Dependency Inversion Principle DIPÂ vs Dependency Injection DIÂ vs inversion of control IOC
Along with above SOLID principle ,we are also going to see the other most commonly used principles in software engineering/ Information Technology / Computer Science field and those are :
DRY Do Not Repeat Yourself  principle
KISS Principle Keep it simple Stupid
GRASP ( General Responsibility Assignment Software Patterns ) to some extent in that we will understand Information Expert
Yagni You ain’t gonna need it.
Opportunity Cost Principle
Big Design Up Front
Rough Design Up Front
Single Source of Truth
Principle of Least Astonishment
All these principle we are going to learn from scratch and learn in the real time project case study example ,we will develop the real life project called Employee Management Portal and we will understand each principle in great detail during coding this Case study.
This case study will help you to develop the design thinking. Our main goal of this case study to make you understand the SOLID principle ,this Case study we will code in oop object oriented programming language like C# ,if you are not aware of C# then also fine ,because we are going to use the concepts which are very common in all programming language, if you know JAVA , JAVASCRIPT , ANGULAR ,REACT , TYPESCRIPT,SWIFT ,PYTHONÂ then also you can easily follow this course.