Steven Giesel 3/10/2025

System.Linq.Async is part of .NET 10 - LINQ for IAsyncEnumerable

Read Original

The article announces that the System.Linq.Async API, previously a separate NuGet package, is now integrated into .NET 10. It explains how this provides LINQ extension methods (like Select, Where, ToListAsync) for IAsyncEnumerable<T>, enabling asynchronous data streaming and querying. It also covers the transition from the package, potential breaking changes, and a basic explanation of IAsyncEnumerable for developers.

System.Linq.Async is part of .NET 10 - LINQ for IAsyncEnumerable

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week