DEV Community

Discussion on: What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?

Collapse
 
slavius profile image
Slavius

I don't know exactly how this works with other DB servers but MSSQL uses so called TDS (Tabular Data Stream) protocol to deliver results which is a stream of data rows. This allows asynchronous stream processing within .Net Core applications leveraging IAsyncEnumerable<>.