This is the first release of Rxx's TCP Qbservable Provider library. It is currently being released as a separate download, but if stabilized in the future it may be included in Rxx.
It currently targets the .NET Framework 4.5 Beta and is written entirely in C# 5 and VS 11 Beta.
This library depends on Rx 2.0 Beta and Rxx 2.0 Beta, both of which are included in the download. (Note that Rxx 2.0 Beta is not yet officially released and will most likely change).
Overview
The TCP Qbservable Provider library enables you to easily expose IQbservable<T> services over TCP. When a client subscribes, its query is serialized to the server as an expression tree and then executed on the server.
For more information, see
TCP Qbservable Provider.