Kumar
Kumar

Reputation: 11329

Reactive Extensions on mono?

this year old question found some issues -

Is the Reactive Framework (RX) available for use in Mono yet?

Does anyone have current experiences with Rx ?

Upvotes: 8

Views: 2453

Answers (1)

Ana Betts
Ana Betts

Reputation: 74654

Yes, Rx works on Mono great, I have a version of ReactiveUI running on an iPhone and it works quite well. You can find binaries for Rx for Android and iOS here.

One thing that is important is that you use the very latest version of Xamarin Studio (i.e. the "Alpha Channel" updates), especially on iOS because of the Generics AOT fixes.

Upvotes: 7

Related Questions