DimeCasts.Net #108: Learning the Observer Pattern

Posted in Companies, Development, Broadcasting, Frameworks, Microsoft, Screencasts, .NET Framework on May 11, 2009


DimeCasts.Net #108: Learning the Observer Pattern

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

The Observer pattern allows you to define a one-to-many relationship inside your application where the parent object (the one) has the ability to notify the child objects (the many) of any state change. You can utilize this pattern to make sure that a set of objects are keep in order when there behavior needs to change based on the state of your application.

Watch Video Watch Video Watch Video on External Site Watch Video


Get Microsoft Silverlight

Tags: Frameworks, Design Patterns, Microsoft, .NET Framework, DimeCasts.Net, Derik Whittaker, Broadcasting, Screencasts, Development, Companies