Using Reactive Extensions for Streaming Data from Database
0 comments
/
posted by
Silverlight Show
on
Apr 04, 2012 (5 months ago)
Tags:
reactive-extensions
,
giorgi-dalakishvili
Read original post at Giorgi Dalakishvili's Blog You have probably heard about Reactive Extensions, a library from Microsoft that greatly simplifies working with asynchronous data streams and allows to query them with Linq operators. There are many different scenarios where using rx results in a much more simple and flexible code. This post demonstrates how to use reactive extensions for loading d ...