Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-22 12:25:52 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-22 12:25:52 +0400
commit99d14bbf95bec76eedf11aebdbaebcd38f975089 (patch)
tree6a26d9541a38d930e106a8e012a72124a16a8819
parentcde9fc6a8fe569203cb991121a35c2a9c7f4c420 (diff)
And add Microsoft's original README.
-rw-r--r--README-microsoft-original.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README-microsoft-original.md b/README-microsoft-original.md
new file mode 100644
index 0000000..bb32490
--- /dev/null
+++ b/README-microsoft-original.md
@@ -0,0 +1,20 @@
+# Reactive Extensions:
+
+* Rx.NET: The Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators.
+* RxJS: The Reactive Extensions for JavaScript (RxJS) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in JavaScript which can target both the browser and Node.js.
+* Rx++: The Reactive Extensions for Native (RxC) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
+
+# Interactive Extensions
+* Ix: The Interactive Extensions (Ix) is a .NET library which extends LINQ to Objects to provide many of the operators available in Rx but targeted for IEnumerable<T>.
+* IxJS: An implementation of LINQ to Objects and the Interactive Extensions (Ix) in JavaScript.
+* Ix++: An implantation of LINQ for Native Developers in C++
+
+# Applications:
+* Tx: a set of code samples showing how to use LINQ to events, such as real-time standing queries and queries on past history from trace and log files, which targets ETW, Windows Event Logs and SQL Server Extended Events.
+* LINQ2Charts: an example for Rx bindings. Similar to existing APIs like LINQ to XML, it allows developers to use LINQ to create/change/update charts in an easy way and avoid having to deal with XML or other underneath data structures. We would love to see more Rx bindings like this one.
+
+#Contributing Code
+
+Before submitting a feature or substantial code contribution please discuss it with the team and ensure it follows the product roadmap. Note that all code submissions will be rigorously reviewed and tested by the Rx Team, and only those that meet an extremely high bar for both quality and design/roadmap appropriateness will be merged into the source.
+
+You will need to submit a Contributor License Agreement form before submitting your pull request. This needs to only be done once for any Microsoft OSS project. Download the Contributor License Agreement (CLA). Please fill in, sign, scan and email it to msopentech-cla@microsoft.com. \ No newline at end of file