Stories recently tagged with 'Observer'

Design Patterns - Observer/Event Pattern(blog.cumps.be)

submitted by CumpsDCumpsD(360) 3 years, 7 months ago

Yesterday I described the Observer Pattern and mentioned that the .NET CLR provides this functionality through events and delegates. Let’s have a look on how to implement this right now. read more...

add a comment |category: |Views: 27

tags: another

Observer Pattern in C# = Events & delegates(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 4 years, 11 months ago

One of the most interesting patterns in Design Patterns is the Observer pattern which is listed under Behavioral Patterns, it is really important how to make other classes which are interested in the state of another object get notified when the state changed. read more...

3 comments |category: |Views: 1501

tags: another

The Observer Pattern(thesprage.com)

submitted by Aaronls79Aaronls79(425) 5 years ago

Implementing the Observer pattern in VB.Net. read more...

add a comment |category: |Views: 35

tags: another

Good Design Minimizes The Impact Of Changes(haacked.com)

submitted by jhol3990jhol3990(495) 5 years, 2 months ago

The title says most of what needs to be said ... a short article on how design patterns can make our code more maintainable. read more...

add a comment |category: |Views: 3

tags: another