Browse by Tags

Tagged Content List
  • Wiki Page: Observer Pattern

    When there are relationships between one or more objects, an observer will notify all the dependent elements when something is modified in the parent. Microsoft already implemented this pattern as ObservableCollection. Here let me implement the most basic Observer Pattern. public ...
  • Wiki Page: Observer Pattern with Delegates

    Dive into Observer Pattern with Delegates: Targeted Audience: .NET Architects .NET Application Designers .NET Application Developers Prerequisites: .Net technologies. Basic understanding of design patterns and event handling. Delegates. Problem Statement: In Object Oriented Programming...
Page 1 of 1 (2 items)
Can't find it? Write it!