The text of this article is not in this database — only its details are. Read it on the old site: Observer Design Pattern in C#
8 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Observer Design Pattern in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Son VuPosted Jul 29, 2020, 7:18 AM
This pattern just work with 1-n association, in addition it has a strong-referencen to all it observers, so the observer can not get garbage collected. Thinking about if the Observer are UI-Elements, and you can not call Dispose() on UI-Elements
Bidzina GoginashviliPosted Jun 26, 2019, 6:22 AM
Awesome explanation!
Harsh KumarPosted Dec 10, 2017, 11:53 AM
Awesome and explained in such a simple manner anyone can understand in first glance. I was going thru msdn based explanations based on C# & .net framework and was so confused with the example over there.
Vipin RanePosted Oct 15, 2015, 11:17 PM
Thanks for this article, its very precise that makes learning easy.
Jean PaulPosted Feb 18, 2014, 2:27 PM
Thank You dear Manoj & XDS :)
Manoj S PantPosted Feb 18, 2014, 8:06 AM
good one ...
xds FreePosted Nov 30, 2011, 3:15 AM
very nice ,thanks for sharing!!