|
|
Does Rx include Interactive Extensions(http://www.microsoft.com/en-us/download/details.aspx?id=27203)? And which namespace the Interactive Extensions is put in?
|
|
|
|
Hi,
Ix is a separate download from Rx. Ix is also
available on NuGet.
The extensions' namespace match the typical namespace for IEnumerable<T>
extensions: System.Linq
- Dave
|
|
|
|
Where is the Ix's official site, and is there any document about Ix?
|
|
|
|
Hi,
This project is probably the official site for Ix, I guess. I don't think there's any documentation for Ix yet.
- Dave
|
|
|
|
er...How do we lean it? Is there something as articles, blogs, etc.?
|
|
|
|
Hi,
Here are some related links about Ix:
Bart De Smet: Interactive Extensions (Ix)
http://channel9.msdn.com/Shows/Going+Deep/Bart-De-Smet-Interactive-Extensions-Ix
Interactive Extensions v1.1 Experimental available now!
http://social.msdn.microsoft.com/Forums/en-US/rx/thread/278f57aa-f0ef-4a95-be41-822d3dd5e299
Asking your input - Interactive Extensions functionality
http://social.msdn.microsoft.com/Forums/en-US/rx/thread/1a75496f-0b33-41c0-bf7a-92f9802c3f0a
Related questions and discussions:
http://social.msdn.microsoft.com/Search/en-US/data?query=%22interactive%20extensions%22&rq=meta:Search.MSForums.ForumID(086f4289-916d-4a05-9297-023f0c295544)+site:microsoft.com&rn=Reactive+Extensions+(Rx)+Forum&ac=8
- Dave
|
|
|
|
Thank you very much!
|
|