1. Reactive Extensions - Query Library

    By:

    Reactive Extensions Query Library used to express complex event processing queries over observable sequences.

  2. Reactive Extensions - Main Library

    By:

    Reactive Extensions Main Library combining the interfaces, core, LINQ, and platform services libraries.

  3. Reactive Extensions - Interfaces Library

    By:

    Reactive Extensions Interfaces Library containing essential interfaces.

  4. Reactive Extensions - Platform Services Library

    By:

    Reactive Extensions Platform Services Library used to access platform-specific functionality and enlightenment services.

  5. Reactive Extensions - Core Library

    By:

    Reactive Extensions Core Library containing base classes and scheduler infrastructure.

  6. FSharpx.Observable

    By:

    FSharpx is a library for the .NET platform implementing general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible. This library implements a mini-Reactive Extensions (MiniRx) and was authored by Phil Trelford.

  7. Reactive Extensions - XAML Support Library

    By:

    XAML support library for Rx. Contains scheduler functionality for the UI dispatcher.

  8. Reactive Extensions - WPF Helpers

    By:

    Windows Presentation Foundation extensions library for Rx. Contains scheduler functionality for the WPF Dispatcher.

  9. Reactive Extensions - Testing Library

    By:

    Testing library for Rx. Contains code to help test Rx operators.

  10. Rx_Experimental-Xaml

    By:

    Unofficial combination of Rx_Experimental-WPF and Rx_Experimental-Silverlight - extensions library for Rx. Contains scheduler functionality for the WPF/SL/WP7 Dispatcher.

  11. Observable Kinect

    By:

    An Rx wrapper and facade for the Kinect for Windows SDK

  12. Reactive Extensions for JavaScript - Main Library

    By:

    Reactive Extensions for JavaScript main library used to express complex event processing queries over observable sequences.

  13. Observable Kinect for the Speech SDK

    By:

    An Rx wrapper and facade for the speech component of the Kinect for Windows SDK

  14. Reactive Extensions - Silverlight Helpers

    By:

    Silverlight extensions library for Rx. Contains scheduler functionality for the Silverlight Dispatcher.

  15. CodeBits Ordered Observable Collection

    By:

    An always sorted observable collection. Has options to allow/disallow duplicate items as well as to sort in reverse order. See the project site for documentation.

  16. Reactive Extensions - Windows Forms Helpers

    By:

    Windows Forms extensions library for Rx. Contains scheduler functionality for the Windows Forms UI loop.

  17. ObservableCollection with ability to delay notifications.

    By:

    ObservableCollection works in most cases but sometimes it would be beneficial to postpone notifications until later time or temporarily disable them all together. ObservableCollectionEx is designed to provide this missing functionality. The ObservanleCollectionEx is a direct replacement for ObservableCollection and could be used without any code mo... More information

  18. Reactive Extensions - Providers Library

    By:

    Reactive Extensions Providers Library used to build query providers and express complex event processing queries over those.

  19. Rxx

    By:

    Reactive LINQ extensions supplementary to Microsoft's Reactive Extensions for .NET (Rx).

  20. Reactive Extensions - Windows Runtime Helpers

    By:

    Windows Runtime extensions library for Rx. Contains scheduler functionality and various bridges for the Windows Runtime.