|
by Paul Stovell via Paul Stovell on 8/5/2010 1:42:09 PM
I just released some source on Google Code called Observal:
http://code.google.com/p/observal/
Observal was extracted from work on a recent WPF project. In our application, we had a deep hierarchy of view model objects, with some very complicated interrelationships - setting one property over here means adding or removing items from a collection over there - and since WPF applications are so stateful, we had to do it all reactively.
The project home page gives a simple example of how Observa
... [ read more ]
|