Chapter 4. Observable Sequence Programming

This chapter will give the reader a specific idea of sequence creation and manipulation. We will see the Reactive Extension framework's abilities to interact with sequences with the huge operator's availability through a lot of extension methods available to any observable sequence.

During this chapter, we will focus on the following arguments:

  • Sequence creation basics
  • Time-based sequence creation
  • Sequence manipulation and filtering
  • Sequence partitioning
  • Advanced operators

Sequence creation basics

In the previous chapter, we saw how to create sequences other than simply implementing the IObservable interface by creating our custom observables using the Subject class that gives us an initial implementation which ...

Get Reactive Programming for .NET Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.