SOLID Principles Primer: Essential Basics for C# Developers
SOLID Principles Primer: Essential Basics for C# Developers, Learn and understand the basics of SOLID principles and apply them to a real-world example.
Course Description
Are you a C# developer with some Object-Oriented Programming (OOP) and C# basics under your belt? Learn and understand the SOLID principles of Object Oriented Design with my course SOLID Principles Primer: Essential Basics for C# Developers!
In this course, we will be exploring all the five SOLID principles of Object-Oriented Design, and apply them to a real-world example.
Who Should Take This Course?
This course is ideal for C# developers who have some basic knowledge of Object Oriented Programming (OOP) and C#, and want to understand and explore the SOLID principles of Object-Oriented Design.
Software Required
This course is focused on conceptual understanding over tool-specific demonstrations, so there won’t be any Visual Studio walkthroughs in this course.
Course Format
This course is a mini course, which means that it is shorter than a typical Udemy course. However, the content is condensed to fit in less than an hour.
What You Will Learn
By the end of this course, you will have gained an understanding of the following topics:
1. Why software design matters?
2. Symptoms of poor design (code smells)
3. The following five SOLID principles and how to apply them to a real-world example:
- Single Responsibility Principle (SRP)
- Open-Closed Principle (OCP)
- Liskov Substitution Principle (LSP)
- Interface Segregation Principle (ISP)
- Dependency Inversion Principle (DIP)