The Rules Engine Design Pattern with C#

Опубликовано: 19 Февраль 2023
на канале: Spyros Katsios
15,365
278

Hi guys, today we are going to talk about the rules engine pattern, a design pattern that can help follow the Open-Closed Principle. We will see what problems can solve and when and how to use it with examples.

00:00 : The problem we are trying to solve
03:39 : Implementing the Rules Engine
14:05 : Adding order to our rules