Creating and Querying Observable Sequences

This section describes how you can create and subscribe to an observable sequence, convert an existing .NET event into a sequence and query it.

In This Section

  1. Creating and Subscribing to Simple Observable Sequences

  2. Bridging with Existing .NET Events

  3. Bridging with Existing Asynchronous Sources

  4. Querying Observable Sequences using LINQ Operators

  5. LINQ Operators by Categories

Reference

System.Reactive

System.Reactive.Linq

System.Reactive.Subjects

System.Reactive.Concurrency