Feeds:
Posts
Comments

Archive for March, 2010

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.

Read Full Post »

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!

Read Full Post »

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.

Read Full Post »

A fun and novel use of the VideoBrush in Silverlight.

Read Full Post »

Follow

Get every new post delivered to your Inbox.