Decorator Pattern in .NET
Design patterns are all around us. Even if we don't realize it, we might be using them, or even inventing new ones during our daily work. The Decorator design pattern is one such pattern. It can be useful for adding behavior to existing classes without modifying them.
Let's see an example where it can be useful.
