Reactive Extensions (Rx) announcement
-
Link
We're thrilled to announce the availability of Reactive Extensions v2.0 for the following platforms:
- .NET Framework 4
- .NET Framework 4.5
- .NET Framework 4.5 for Windows Store apps
- Silverlight 5
- Windows Phone 7.5
You can download the SDK installer from the Download Center or use NuGet to install the packages.
More information about the release can be found in this blog post.
-
Link
Has your interest in Rx piqued because of the recent open sourcing (http://rx.codeplex.com/)?
Do you want to want a first-person account of the history and design philosophy of Rx?
What about some pair programming with Dr Rebcabin http://rebcabin.wordpress.com/?
Or hear about using Rx in the real world from our special guest TheMechanicalBride (http://themechanicalbride.blogspot.com/2009/07/introducing-rx-linq-to-events.html, http://www.yowconference.com.au/general/details.html?speakerId=3541), the longest living Rx user on the planet?
.....
Then, sign up for the Rx tutorials at YOW!
http://www.yowconference.com.au/general/registration.html -
Link
Reactive Extensions (Rx) is a library available for .NET and developers, used to compose event-based programs using observable sequences and LINQ-style query operators. Visit the Rx product website to download the bits, read more details and watch in depth videos about the technology.
Feel free to post any questions regarding Rx on this forum.
-
Link
Here is your chance to learn Rx and interact with @headinthebox and@xpaulbettsx (the co-author of the gentle Category Theory-free introduction to Rx and LINQ) http://qconsf.com/sf2012/presentations/show_presentation.jsp?oid=4602. We'll make the course super hands-on and try to answer all your questions.
If you sign up using discount code "meij100", we will take you out for drinks afterwards so you can even ask more questions.
Looking forward to see many of the Rx users in person.
-
Link
We're happy to announce the first official release of Reactive Extensions v1.0 Stable and the latest release of v1.1 Experimental:
- Reactive Extensions v1.0.10621 SP1 Stable Release
- This is our official v1.0 product release, including the first Service Pack. How exciting is that?
- Reactive Extensions v1.1.11111 Experimental Release
- This is where we continue to experiment with new ideas. Stay tuned for more...
- Reactive Extensions v1.0.10621 SP1 Stable Release
-
Sticky7VotesFree online Rx Book
I would like to announce that the book "Introduction To Rx" is now available. It is a free book, detailing the broad feature set of the Rx framework. The content is available online ...
-
Unanswered1VotesBuffering Streams without Using Subjects
Hey all, I've been trying to create an observable which streams a state-of-the-world (snapshot) from a repository, as a single pulse, followed by live updates ... -
Unanswered0VotesSorting values of ObservableCollection (Reactive Extensions) in WinRT
In my application i am having a list with more than 400 push pins. For avoiding the UI block i am using the following terminolagy along with Rx framework. var observer = ... -
Proposed2VotesHow I can make use of Microsoft Rx Framework to implement Bing Map effectively in WinRT / Windows 8.
In my e-commerce application I need to plot my nearby stores in Bing map, And my another requirement is during the time of zooming and paning the map I need to update my stores based on the map ... -
Unanswered0VotesReactive Extensions Throttle method
configurationRepository.UpdateConfiguration(sessionManager.CurrentTransmission)) .Throttle(TimeSpan.FromSeconds(2)) ... -
Discussion0VotesRetryWhen() extension
Thoughts on the usefulness of: public static IObservable<TSource> RetryWhen<TSource,TException>(this IObservable<TSource> ... -
Unanswered0VotesUsing EventLoopScheduler: SemaphoreFullException was unhandled
Hi, I have a piece of Rx code that's supposed to attenuate a market feed by sampling. The trick is that I need to use different sampling rates for different groups of securities. So here's what I ... -
Answered6VotesClear a ConcurrentQueue?
The ConcurrentQueue<T> class doesn't have a Clear() method. Is there a recommended way to clear it? -
Answered1VotesObserveOn(ThreadPool) Uses (foreground) NewThread
{ Debug.Print("HELLO"); var sync=new object(); lock(sync) { Monitor.Wait(sync); } }); ... -
Answered2VotesMissing values
Consider the following scenario var subject = new Subject<bool>(); var observable = subject.Publish().RefCount(); var ... -
Unanswered0VotesWhere did IAsyncEnumberable end up?
I'm looking for IAsyncEnumerable and associated LINQ operators. This post pointed me to an experimental release of Rx as the home for IAsyncEnumberable. Has IAsyncEnumerable ... -
Proposed2VotesRx .Net TestScheduler- executing immediately scheduled events
Console.WriteLine(state)); testScheduler.AdvanceTo(testScheduler.Now); I hit this code in VirtualTimeSchedulerBase: public void AdvanceTo(TAbsolute ... -
Answered5VotesPerformance penalty with 1000s of calls to Observable.Interval?
Is there any performance considerations to having thousands of running Timer objects (spawned by calls to Reactive RX's Observable.Interval extension method)? This would be for a server ... -
Discussion3VotesSuggestion: Publish PDBs and source for the Rx NuGet package
It would be very helpful for debugging and general understanding of Rx if the source code, which is now open, was also easily available when debugging. This page describes how ... -
Answered2VotesNested subscribe
Given the domain with customer and orders, where each customer has zero or more orders. There are two methods IObservable<Customer> GetCustomers() and IObservable<Order> ... -
Unanswered0VotesNew to Rx, trying to run a CollectionView.Refresh() in a different thread. How?
Hi I have a fairly large amount of data, and binding ListView, DataGrid with CollectionView, and using OnFilter event to filter the CollectionView. So ... -
Answered1VotesReactiveAssert with error-ended sequence
Using ReactiveAssert class from Microsoft.Reactive.Testing namespace, is there a way of comparing observable sequences that should end with error? The following doesn't work because exceptions ... -
Unanswered0VotesRemotable crash
Remotable crash when the client unregister the channel without dispose from the remote observable the server expose a remoteable Observable the client ... -
Unanswered1VotesShould Enumerable:SelectMany() provide different results from Observable.SelectMany() ???
I have done small coding test try to solve puzzle static void Main(string[] ... -
Answered0VotesIX problem when creating an enumerable using IYielder
I have decided to play with IX a little bit and re-implement Unfold function from F# using the same signature. Here is what I got: public static IEnumerable<TResult> ... -
Answered0Votes'NOT' missing in EULA text for Reactive Extensions (Rx)
In section "3. Scope Of License" the EULA states: "... In doing so, you must..." which should be "you must NOT..." - Items 1 to 20 of 1634 Next ›


