News

This article examines how we can work with the flyweight design pattern in C#. To work with the code examples provided in this article, you should have Visual Studio 2019 installed in your system.
The abstract factory design is used to a set of related instances without specifying the concrete classes — it uses the factory method design pattern to create instances of classes.
How to separate complex object construction from its representation using the Builder design pattern in C#.
Practical .NET Move Beyond Factory Methods with the Builder Pattern in C#/Visual Basic When your objects get sufficiently complicated to create, it's time to simplify your life by moving to the ...