Resources  
  • Decorator Pattern Using C#Dec 21, 2013. This article is explaining the Decorator Pattern. This pattern is part of the Structural Design Patterns. The purpose of the Decorator Pattern is to extend the existing functionality of the objects of a class.
  • Building Reusable ComponentsMay 08, 2003. One of the main advantages of building components is to promote reusability.
  • Reusable System Information ComponentAug 26, 2002. In this article we will create a reusable component, which retrieves the operating system information. We will explore ComponentModel and SystemInformation class also.