GRATIS

Implementing SOLID Principles in C# with .NET Core

  • money

    Cursos gratis (Auditar)

    question-mark
  • earth

    Inglés

  • folder

    NaN

  • certificate

    Guía de Registro en Coursera

    arrow
Acerca de este curso

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.