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