Episode

Supporting IAsyncEnumerable with LINQ

With IAsyncEnumerable being introduced in .NET Core 3, it's not surprising that developers might want to leverage their existing knowledge of Linq operations when working with async streams.

In this episode, Bart De Smet comes on to talk about the System.Linq.Async nuget package that adds some common Linq query operators to IAsyncEnumerable.

  • [01:15] - What's the history behind IAsyncEnumerable?
  • [02:17] - How does the new IAsyncEnumerable compare to the previous?
  • [03:39] - Can IAsyncEnumerable scale to large systems?
  • [06:15] - How do the ways we partition work with IAsyncEnumerable differ from IEnumerable?
  • [08:34] - What can we make use of IAsyncEnumerable? (Demo)
  • [13:03] - How can we add support for common Linq expressions to IAsyncEnumerable?
  • [16:11] - How do filtering and ordering operations work with IAsyncEnumerable?
  • [20:00] - How important was community support to the longevity of this project?
  • [21:55] - How have the language features made code much simpler?

 

Useful Links