SlideShare a Scribd company logo
Async Streams
Christian Nagel
https://csharp.christiannagel.com
Christian Nagel
• Training
• Coaching
• Consulting
• Development
• Microsoft MVP
• www.cninnovation.com
• csharp.christiannagel.com
• @christiannagel
Topics
• Foundations
• Libraries
Foundations
What’s the yield
statement?
• yield return
• yield break
• Creates implementations for
IEnumerator, IEnumerable
yield & foreach
• yield implements IEnumerable and
IEnumerator interfaces
• foreach uses IEnumerable and
IEnumerator interfaces
Asynchronous
APIs
• Task, ValueTask, GetAwaiter
• Return a single result
• IAsyncEnumerable
• Return a result stream
IAsyncEnumerable
await foreach
Sync vs Async
Sync
• IDisposable
• IEnumerable
• IEnumerator
Async
• IAsyncDisposable
• IAsyncEnumerable
• IAsyncEnumerator
Libraries
Asynchronous
Streaming with
SignalR
• SignalR: real-time server-client
communication plus streaming
• ChannelReader / ChannelWriter
gives more control
• IAsyncEnumerable available since
.NET Core 3
• Async streaming is easier to use
SignalR - Server
SignalR - Client
gRPC
• Platform-independent binary communication…
• …including streaming
Async Streaming with gRPC - Server
Async Streaming with gRPC - Client
EF Core (.NET
6)
• Mapping relational and NoSQL databases to objects
• Stream results asynchronously with…
• GetAsyncEnumerator
• IAsyncEnumerator
• AsAsyncEnumerable
• IAsyncEnumerable
ASP.NET Core Controller
Calling API Controller
Azure Storage
• Iterate through a large list of blobs
• Working with the continuation
token is abstracted
• AsyncPageable implements
IAsyncEnumerable
Summary
• Task returns a result
• IAsyncEnumerable returns a continuous stream of results
• yield and foreach statements enhanced
• Many libraries support async streams
Thank
you!
• Source code:
https://github.com/christiannagel
• More information:
https://csharp.christiannagel.com

More Related Content

What's hot (20)

PPTX
Migration from ASP.NET MVC to ASP.NET Core
Miroslav Popovic
 
PPTX
Porting ASP.NET applications to Windows Azure
Gunnar Peipman
 
PPTX
Deep Dive building solutions on the SharePoint Framework - SPS Brussels 2016
Waldek Mastykarz
 
PPTX
ASP.NET MVC 4
Danijel Malik
 
PDF
AWS as a code - using ansible
serkancapkan
 
PDF
[DevDay 2017] Serverless Architecture - Speaker: Trung Huynh - Software Engin...
DevDay Da Nang
 
PPTX
Introduction presentation
Vladislav Hadzhiyski
 
PDF
[DevDay 2017] ReactJS Hands on - Speaker: Binh Phan - Developer at mgm techno...
DevDay Da Nang
 
PDF
Orchestrator for QlikView: add-on product description
Marco Zampieri
 
PPTX
Mvc razor and working with data
Vladislav Hadzhiyski
 
PPTX
Building solutions with the SharePoint Framework - introduction
Waldek Mastykarz
 
PPTX
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
Frank van der Linden
 
PDF
RubyConf Taiwan 2016 - Large scale Rails applications
Florian Dutey
 
PDF
Navigate around the edge with PowerShell
Jaap Brasser
 
PDF
APIdays Paris 2018 - Secure & Manage APIs with GraphQL, Ozair Sheikh, Directo...
apidays
 
PPTX
Developing Cross-Platform Web Apps with ASP.NET Core1.0
EastBanc Tachnologies
 
PPTX
Monolith to microservices - our journey
Giles Williams
 
PPTX
Building solutions with the SharePoint Framework - deep-dive
Waldek Mastykarz
 
PPTX
Angular4 kickstart
Foyzul Karim
 
PPTX
Creating Custom HTML Helpers in ASP.NET MVC
Lohith Goudagere Nagaraj
 
Migration from ASP.NET MVC to ASP.NET Core
Miroslav Popovic
 
Porting ASP.NET applications to Windows Azure
Gunnar Peipman
 
Deep Dive building solutions on the SharePoint Framework - SPS Brussels 2016
Waldek Mastykarz
 
ASP.NET MVC 4
Danijel Malik
 
AWS as a code - using ansible
serkancapkan
 
[DevDay 2017] Serverless Architecture - Speaker: Trung Huynh - Software Engin...
DevDay Da Nang
 
Introduction presentation
Vladislav Hadzhiyski
 
[DevDay 2017] ReactJS Hands on - Speaker: Binh Phan - Developer at mgm techno...
DevDay Da Nang
 
Orchestrator for QlikView: add-on product description
Marco Zampieri
 
Mvc razor and working with data
Vladislav Hadzhiyski
 
Building solutions with the SharePoint Framework - introduction
Waldek Mastykarz
 
DEV-1129 How Watson, Bluemix, Cloudant, and XPages Can Work Together In A Rea...
Frank van der Linden
 
RubyConf Taiwan 2016 - Large scale Rails applications
Florian Dutey
 
Navigate around the edge with PowerShell
Jaap Brasser
 
APIdays Paris 2018 - Secure & Manage APIs with GraphQL, Ozair Sheikh, Directo...
apidays
 
Developing Cross-Platform Web Apps with ASP.NET Core1.0
EastBanc Tachnologies
 
Monolith to microservices - our journey
Giles Williams
 
Building solutions with the SharePoint Framework - deep-dive
Waldek Mastykarz
 
Angular4 kickstart
Foyzul Karim
 
Creating Custom HTML Helpers in ASP.NET MVC
Lohith Goudagere Nagaraj
 

Similar to Async streams (8)

PPTX
Tamir Dresher - Async Streams in C#
Tamir Dresher
 
PDF
C# 8 in Libraries and Applications - BASTA! Frankfurt 2020
Christian Nagel
 
PPTX
Concurrency - responsiveness in .NET
Mårten Rånge
 
PPTX
Binary Studio Academy: Concurrency in C# 5.0
Binary Studio
 
PPTX
Tamir Dresher - What’s new in ASP.NET Core 6
Tamir Dresher
 
PPTX
.NET Foundation, Future of .NET and C#
Bertrand Le Roy
 
PPTX
Ddd melbourne 2011 C# async ctp
Pratik Khasnabis
 
PDF
The Evolution of Async-Programming on .NET Platform (.Net China, C#)
jeffz
 
Tamir Dresher - Async Streams in C#
Tamir Dresher
 
C# 8 in Libraries and Applications - BASTA! Frankfurt 2020
Christian Nagel
 
Concurrency - responsiveness in .NET
Mårten Rånge
 
Binary Studio Academy: Concurrency in C# 5.0
Binary Studio
 
Tamir Dresher - What’s new in ASP.NET Core 6
Tamir Dresher
 
.NET Foundation, Future of .NET and C#
Bertrand Le Roy
 
Ddd melbourne 2011 C# async ctp
Pratik Khasnabis
 
The Evolution of Async-Programming on .NET Platform (.Net China, C#)
jeffz
 
Ad

More from Christian Nagel (15)

PDF
C# 9 and 10 - What's cool?
Christian Nagel
 
PDF
Gemeinsame View-Models mit XAML Technologien
Christian Nagel
 
PDF
Adaptive Cards - User Interfaces with JSON
Christian Nagel
 
PDF
Reference Semantik mit C# und .NET Core - BASTA 2019
Christian Nagel
 
PDF
C# What's next? (7.x and 8.0)
Christian Nagel
 
PDF
C# 7.x What's new and what's coming with C# 8
Christian Nagel
 
PDF
Blazor - The New Silverlight?
Christian Nagel
 
PDF
Desktop Bridge with WPF - One way to build modern apps with WPF
Christian Nagel
 
PDF
Reference Semantics with C# and .NET Core
Christian Nagel
 
PDF
C# - What's next
Christian Nagel
 
PDF
Business Apps with the Universal Windows Platform
Christian Nagel
 
PDF
Blazor - The New Silverlight?
Christian Nagel
 
PDF
Was is Docker? Or: Docker for Software Developers
Christian Nagel
 
PDF
Moderne Business Apps mit XAML - oder mit WPF für die Zukunft geplant
Christian Nagel
 
PDF
C# - What's Next?
Christian Nagel
 
C# 9 and 10 - What's cool?
Christian Nagel
 
Gemeinsame View-Models mit XAML Technologien
Christian Nagel
 
Adaptive Cards - User Interfaces with JSON
Christian Nagel
 
Reference Semantik mit C# und .NET Core - BASTA 2019
Christian Nagel
 
C# What's next? (7.x and 8.0)
Christian Nagel
 
C# 7.x What's new and what's coming with C# 8
Christian Nagel
 
Blazor - The New Silverlight?
Christian Nagel
 
Desktop Bridge with WPF - One way to build modern apps with WPF
Christian Nagel
 
Reference Semantics with C# and .NET Core
Christian Nagel
 
C# - What's next
Christian Nagel
 
Business Apps with the Universal Windows Platform
Christian Nagel
 
Blazor - The New Silverlight?
Christian Nagel
 
Was is Docker? Or: Docker for Software Developers
Christian Nagel
 
Moderne Business Apps mit XAML - oder mit WPF für die Zukunft geplant
Christian Nagel
 
C# - What's Next?
Christian Nagel
 
Ad

Recently uploaded (20)

PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PPTX
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
PPTX
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PDF
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
PDF
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Tally software_Introduction_Presentation
AditiBansal54083
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
NEW-Viral>Wondershare Filmora 14.5.18.12900 Crack Free
sherryg1122g
 
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 

Async streams