Skip to content
Howard van Rooijen By Howard van Rooijen Co-Founder
Learn Reactive Programming for FREE: Introduction to Rx.NET 2nd Edition (2024)

TLDR; we've written a FREE book about Reactive Extensions for .NET called Introduction to Rx.NET 2nd Edition (2024), which is available in PDF, EPUB, Online, and on GitHub.

We (endjin) became the official maintainers of Rx.NET in January 2023. We spent 2023H1 focused on modernising Rx.NET and released v6.0 in May 2023, gave a talk at .NET Conf 2023 about our efforts. We published a platform support roadmap, to get a better understanding of the wider needs of the .NET ecosystem (as System.Reactive has over 160 million downloads on NuGet):

Rx.NET Platform Support Roadmap

We then turned our attention to improving documentation to help people get started with Rx. We contacted Lee Campbell and asked if he would be willing to donate the contents of his 2010 book "Introduction to Rx.NET" to the project (via the .NET Foundation) so we could modernise it, and republish it for free. He very kindly agreed, and Ian Griffiths spent 2023H2 updating the book, with feedback and technical editing from the rest of the endjin team.

The 2nd edition is now almost 100k words in length and has new marble and sequence diagrams explaining many of the operators, and examples which focus on cloud native scenarios such as IoT, and stream data processing, rather than traditional UI scenarios.

In December, with the book finished, we turned out attention to revamping the Intro to Rx.NET website, again, thanks to Lee Campbell for letting us use the domain name.

The contents of the book are as follows:

Part 1

  • Why Rx .NET?
  • Key Types
  • Creating Observable Sequences

Part 2

  • From Events to Insights
  • Filtering
  • Transformation of sequences
  • Aggregation
  • Partitioning
  • Combining sequences

Part 3

  • Getting pragmatic
  • Scheduling & Threading
  • Time-based sequences
  • Leaving Rx's World
  • Error Handling Operators
  • Publishing operators
  • Testing Rx.NET

Appendix

  • Classic IO Streams Problems
  • Disposables
  • Usage guidelines
  • Rx's Algebraic Underpinnings

The book is available for FREE as PDF, EPUB, Online, and on GitHub.

If you spot any mistakes / typos / have any feedback, please raise an issue on the GitHub repo.

The Reactive Extensions for .NET were designed for a Cloud Native future, which has now arrived. We believe that Rx.NET is one of .NET's (hidden) superpowers, and we hope that this book will help more people discover the framework and get started with it.

Howard van Rooijen

Co-Founder

Howard van Rooijen

Howard spent 10 years as a technology consultant helping some of the UK's best known organisations work smarter, before founding endjin in 2010. He's a Microsoft ScaleUp Mentor, and a Microsoft MVP for Azure and Developer Technologies, and helps small teams achieve big things using data, AI and Microsoft Azure.