Implementing SOLID Principles in C# with .NET Core

Go to class
Write Review

Implementing SOLID Principles in C# with .NET Core provided by Coursera is a comprehensive online course. Implementing SOLID Principles in C# with .NET Core is taught by Warren J Thompson. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • In this 1-hour long project-based course, you will learn how to

    - Review an initial monolith .NET Core console application written in C#
    - Implement the Single Responsibility principle by breaking the single class in smaller classes with single responsibilities
    - Implement the Open Closed Principle by breaking rides into base classes and children classes for types of rides
    - Implement the Liskov Substitution Principle by implementing less restrictive rules on the input parameters by the parent ride class and more restrictive rules to the input parameters by the child ride class
    - Implement the Interface Segregation Principle by adding multiple interfaces to the ride class
    - Implement the Dependency Inversion Principle by Injecting ride interfaces into the ThemePark class

    Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.