dimanche 18 février 2018

Is the Chain of Responsibility used in the .NET Framework?

I am trying to learn more about the Chain of Responsibility design pattern. Every single example I see online gives the simplest example i.e. a Logger that writes a different message to the Console depending on what handler handles the request.

Are there any real life examples in the .NET framework? I have looked here: What design patterns are used throughout the .NET Framework?, here: http://www.dofactory.com/net/chain-of-responsibility-design-pattern and here: https://sourcemaking.com/design_patterns/chain_of_responsibility

Aucun commentaire:

Enregistrer un commentaire