This chapter deals with Reactive Extensions (Rx). To understand Rx, we will cover the following recipes:
- Installing Rx
- Events versus observables
- Using LINQ to perform queries
- Using schedulers in Rx
- Debugging lambda expressions
This chapter deals with Reactive Extensions (Rx). To understand Rx, we will cover the following recipes: