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.
Take advantage of the Memento design pattern to store and restore an object's state to support undo or rollbacks in your application.