Installing Rx
Before we can begin exploring Rx, we need to install it. The easiest way to do this is using NuGet.
Getting ready
For this chapter on Rx, we will not create a separate class. All the code will be written in a console application.
How to do it…
- Right-click on your solution and select Manage NuGet Packages for Solution… from the context menu:
- In the window that is displayed afterwards, type
System.Reactive
in the search text box and search for the NuGet installer: - At the time of writing this book, the last stable release was version 3.0.0. Next, ...
Get C# Programming Cookbook 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.