Skip to content
Elliott B. Edwards edited this page May 10, 2013 · 8 revisions

Getting Started

  1. Check out ReactiveUI or download a tagged release – we include the corresponding version of the Reactive Extensions in the ‘ext’ folder
  2. Build the binaries – the default binary is for .NET 4.0, there will also be .NET 3.5, Silverlight 4, and Windows Phone 7 binaries in the ‘v3.5’, ‘SL4’, and ‘WP7’ subfolders
  3. Read over the ReactiveUI.Sample and ReactiveUI.Sample.WP7 samples – the code explains a lot on how to do common tasks using ReactiveUI
  4. Add references to the Reactive Extensions binaries and ReactiveUI to your project, and get started!

Links For More Information

Introductory Page / What’s Included

Blog Series on using ReactiveUI

Samples

Most samples can be found in the samples repository.

Samples in the ReactiveUI repository:

Clone this wiki locally