Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active December 21, 2015 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/5360f02aaad026eb0b7e to your computer and use it in GitHub Desktop.
Save bleroy/5360f02aaad026eb0b7e to your computer and use it in GitHub Desktop.
Tips for the Week in .NET
@i3arnon
Copy link

i3arnon commented Dec 16, 2015

I've just published a post explaining how to plug MongoDB's async cursor into Reactive Extension's async enumerable.

http://blog.i3arnon.com/2015/12/16/async-linq-to-objects-over-mongodb/

This enables using LINQ to objects over a MongoDB database in an async and lazy fashion.
It's specifically about MongoDB but the approach is the same for any kind of async enumeration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment