Learning the Decorator Pattern
Category: Languages > .net      Posted: 27 Jun 09

In this episode we will take at how we can use the Decorator Pattern in our application.

The decorator pattern is a structural pattern which allows you to attach new or additional actions to an object dynamically. Using the decorator pattern provides a very clean and flexible alternative t...

Learning the Decorator Pattern
Category: Languages > .net      Posted: 27 Jun 09

In this episode we will take at how we can use the Decorator Pattern in our application.

The decorator pattern is a structural pattern which allows you to attach new or additional actions to an object dynamically. Using the decorator pattern provides a very clean and flexible alternative t...