Design Patterns in C# / .NET
Name | Description Abstract Factory | Provide an interface for creating families of related or dependent objects without specifying their concrete classes. Builder | Separate the construction of a complex object from its representation, allowing the same construction process to create various representations.
This project is licensed under the terms of the MIT license.