forked from reactiveui/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mps edited this page Jun 19, 2012
·
5 revisions
- Check out ReactiveXaml or download a tagged release – we include the corresponding version of the Reactive Extensions in the ‘ext’ folder
- 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
- Read over the ReactiveXaml.Sample and ReactiveXaml.Sample.WP7 samples – the code explains a lot on how to do common tasks using ReactiveXaml
- Add references to the Reactive Extensions binaries and ReactiveXaml to your project, and get started!
Introductory Page / What’s Included