An observable XmlReader allows you to subscribe to it and would iterate over your Xml document for you, notifying you when each node was read. The programmer using this can then easily write reactive LINQ expressions to select on specific nodes in the Xml resulting in code that would look and feel much like LINQ to XML but with all the performance benefits of XmlReader.
Archive for March, 2010
Reactive XmlReader for SAX like parsing
Posted in Silverlight tips and tricks, tagged Reactive extensions, Rx, SAX, silverlight, Silverlight tips and tricks, Xml indenting, XmlReader on March 22, 2010 | 8 Comments »
Silverlight Rx DataClient within MVVM
Posted in Silverlight tips and tricks, tagged silverlight, Silverlight tips and tricks, Reactive extensions, Rx, MVVM on March 22, 2010 | 11 Comments »
Here is a demonstration of how to use reactive extensions (Rx) from within a view model by asynchronously loading an RSS feed into your model and populating the UI while the bytes are still coming in. This is about as fast and responsive as it gets!
Use Silverlight Reactive Extensions (Rx) to build responsive UIs
Posted in Silverlight tips and tricks, tagged silverlight, Silverlight tips and tricks, Reactive extensions, Rx on March 11, 2010 | 7 Comments »
Use reactive extensions in Silverlight to easily build responsive applications. In this post, we will build a super simple Silverlight app that updates a ListBox with and without Rx.
Cool demonstration of Silverlight VideoBrush
Posted in Silverlight tips and tricks, tagged silverlight, online jigsaw puzzles, VideoBrush on March 7, 2010 | 3 Comments »
A fun and novel use of the VideoBrush in Silverlight.