Rx 2.0 Documentation
-
Wednesday, September 19, 2012 11:53 AM
Hi,
Where can I find Rx 2.0 documentation and samples ?
Thanks
philippe
All Replies
-
Wednesday, September 19, 2012 2:37 PM
Hi,
The official documentation is here:
http://msdn.microsoft.com/en-us/library/hh242985(v=VS.103).aspx
I've posted a list of Rx resources on my blog. It provides links to more documentation and samples:
http://davesexton.com/blog/post/resources-for-learning-rx.aspx
- Dave
- Proposed As Answer by Bart De Smet [MSFT]Owner Wednesday, October 03, 2012 9:56 AM
-
Monday, September 24, 2012 5:43 PM
My favorite page from the Rx documentation:
http://msdn.microsoft.com/en-us/library/reactivetests.tests.myext(v=vs.103).aspx
hmm.
-
Wednesday, October 03, 2012 9:00 AMOwner
Glenn, thanks for noticing... The doc folks incorrectly picked up one of our internal test assemblies.
We're hoping to get a bigger documentation refresh out in the future. In the meantime, the XML doc comments (IntelliSense) for Rx v2.0 have been improved vastly, including useful remark sections, parameter information, documented exception behavior, and better descriptions of operator functionality. Browsing the Observable class in a code editor should be more instructive than it was before.
using (Microsoft.Sql.Cloud.DataProgrammability.Rx) { Signature.Emit("Bart De Smet"); }

