Rx - Reactive Extensions
-
I'm trying to learn Rx. I have seen a lot of Google results and other resources pointing to [this site](http://www.introtorx.com/uat/content/v1.0.10621.0/00\_Foreword.html). Thing is, I'm just not getting it. What I'd really like to see is a simple, real world example. The code snippets in that site are VERY brief, not too deeply explained, and don't really show real work usage. Does anyone know of any tutorials or real world usage examples of Rx?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
I'm trying to learn Rx. I have seen a lot of Google results and other resources pointing to [this site](http://www.introtorx.com/uat/content/v1.0.10621.0/00\_Foreword.html). Thing is, I'm just not getting it. What I'd really like to see is a simple, real world example. The code snippets in that site are VERY brief, not too deeply explained, and don't really show real work usage. Does anyone know of any tutorials or real world usage examples of Rx?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Hi, I can't help you, but maybe this can. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
-
Hi, I can't help you, but maybe this can. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
Already did that :) Thanks
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
-
I'm trying to learn Rx. I have seen a lot of Google results and other resources pointing to [this site](http://www.introtorx.com/uat/content/v1.0.10621.0/00\_Foreword.html). Thing is, I'm just not getting it. What I'd really like to see is a simple, real world example. The code snippets in that site are VERY brief, not too deeply explained, and don't really show real work usage. Does anyone know of any tutorials or real world usage examples of Rx?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
I would recommend starting off [here](https://msdn.microsoft.com/en-us/library/dd990377.aspx) before delving into the Rx book.
"As beings of finite lifespan, our contributions to the sum of human knowledge is one of the greatest endeavors we can undertake and one of the defining characteristics of humanity itself"
-
I'm trying to learn Rx. I have seen a lot of Google results and other resources pointing to [this site](http://www.introtorx.com/uat/content/v1.0.10621.0/00\_Foreword.html). Thing is, I'm just not getting it. What I'd really like to see is a simple, real world example. The code snippets in that site are VERY brief, not too deeply explained, and don't really show real work usage. Does anyone know of any tutorials or real world usage examples of Rx?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Perhaps these very basic articles might help you? Using Reactive Extensions - the basics[^] Using Reactive Extensions - cold observables[^]
-
I'm trying to learn Rx. I have seen a lot of Google results and other resources pointing to [this site](http://www.introtorx.com/uat/content/v1.0.10621.0/00\_Foreword.html). Thing is, I'm just not getting it. What I'd really like to see is a simple, real world example. The code snippets in that site are VERY brief, not too deeply explained, and don't really show real work usage. Does anyone know of any tutorials or real world usage examples of Rx?
If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
Kevin Marois wrote:
What I'd really like to see is a simple, real world example
My guess is that is an oxymoron. If it is simple and you are using reactive extensions then someone is experimenting and not writing good code. It should rather be the case that there is a complex problem that needs a solution and reactive extensions are thus needed (in very limited cases.)