Browse by Tags

All Tags » Reactive Extensions for .NET (Rx) (RSS)

Using Rx for Event subscription

I thought I would have a quick look to determine wether Rx would create a strong reference under the hood or not when one object subscribed to another objects events. In this case the Consumer object subscribes to the SampleData objects's SampleDataChanged...

Reactive Extensions for .NET (Rx) : Resources

I have recently started playing with the new Rx Extension Libraries for .net. These extensions provide the programmer with a new model for event subscription where by we can write a linq statement to query a future set of events. The power from this model...
Posted by jean | with no comments