Get Started Developing with the Reactive ExtensionsInstallation information for: Reactive Extensions for .NET (Rx .NET)The Reactive Extensions for .NET provide rich event processing capabilities based on the IObservable<T> and IObserver<T> interfaces, using LINQ-style query operators. You can use the Reactive Extensions for .NET library on the following target platforms:
For older target platforms, the Reactive Extensions v1.0 release can be used.
Notes for Windows PhoneWindows Phone ships with a version of the Reactive Extensions baked into the ROM of the device. For more information, see Reactive Extensions for .NET Overview for Windows Phone. The built-in version of the Reactive Extensions can be found in the Microsoft.Phone.Reactive Namespace. This release contains an improved and extended version of the Reactive Extensions targeting Windows Phone. This implementation resides in the System.Reactive namespace in order to prevent possible conflicts with the built-in libraries. This release does not replace the version in the ROM, but lives side-by-side with the existing ROM version of the library. Reactive Extensions for JavaScript (RxJS)The Reactive Extensions for JavaScript (RxJS) brings the power of reactive programming to JavaScript. It enables to use of Rx operators in JavaScript, in easy to consume modular libraries.
| Reactive Extensions PagesRelated LinksTools |