-
as seen on SQLIS
- Search for 'SQLIS'
In his blogpost Roman from the StreamInsight team asked if we could create a Reactive Framework version of what he had done in the post using StreamInsight. For those who don’t know, the Reactive Framework or Rx to its friends is a library for composing asynchronous and event-based programs…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
(Once again exposing the depths of my ignorance here by combining two concepts which I haven't grokked)
I read here about the Reactive framework being a 'Push' model compared to Linq's 'Pull' model. This reminded me of reading an article about 'Push' Linq.
Is there really any similarity between…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When would one choose to use Rx over TPL or are the 2 frameworks orthogonal?
From what I understand Rx is primarily intended to provide an abstraction over events and allow composition but it also allows for providing an abstraction over async operations.
using the Createxx overloads and the Fromxxx…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possible to apply reactive frame work to MVC application? or is it applicable for WPF?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, I have a ViewModel that starts loading the Model async in the constructor, and triggers an event when the Model is loaded. I got a test working with the silverlight unit test framework, like this :
bool done = false;
[TestMethod]
[Asynchronous]
public void Test_NoCustomerSelected()
…
>>> More