DovAmir / awesome-design-patterns

A curated list of software and architecture related design patterns.
38.97k stars 2.86k forks source link

Add design patterns library repository to C# list #33

Closed nemanjarogic closed 3 years ago

nemanjarogic commented 3 years ago

Hi,

I have been working on a comprehensive design patterns library to group a bunch of pattern examples in one place. Besides regular GoF design patterns that you can see everywhere (singleton, decorator, state, etc.) you can also find patterns like event aggregator, interpreter, lazy load, rules engine, repository, service locator, specification, unit of work, and so on. In total 32 design patterns are covered through 65 moderately realistic examples.

I hope you find it useful.

Kind regards, Nemanja