On .NET Live: Supercharge .NET with IAsyncEnumerables: Efficient Data Streams

preview_player
Показать описание
The IAsyncEnumerable T interface is one of the most powerful features in .NET. In this week's episode, community member Chase Aucoin shows us the powerful capabilities of IAsyncEnumerable in .NET. We'll supercharge .NET with IAsyncEnumerables: Efficient Data Streams and Real-Time Processing! Chase highlights how this feature can transform data processing patterns to be more efficient and scalable using real-world examples such as fetching large data partitions from a database, streaming them locally in a Blazor app, and performing aggregation without repeatedly querying the database.

⌚ Chapters:
00:00 Countdown
02:59 Welcome to On .NET Live
03:47 Intro Chase
04:50 Demo: The Power of IAsyncEnumerables
23:50 Q&A
27:21 Demo: Statistic
37:27 Q&A
44:05 Demo: Blazor
54:35 Q&A
01:05:00 Wrap Up



#iasyncenumerable #dotnet
Рекомендации по теме
Комментарии
Автор

What's with that noise in the background?

marcospenna
Автор

Great video.. Why is the total memory used less though? Is the GC running on each loop of the async foreach?

MarkHenderson-znct
Автор

it is used for handling large data when the data is not available in advance handling in large datasets

karthiksundaram
Автор

how is versioning maintained in .net 8

karthiksundaram