In this video I dive deep into the implementation of Asynchronous streams in C# 8. The topics I cover here are:
1. What are Asynchronous streams
2. What is the difference between Asynchronous streams and Reactive Extensions
3. Code demo
Asynchronous streams a continuous stream of data that is not deterministic. Meaning, we are not guaranteed to get the data when you call. Rather, we wait on the stream, and when the data is available, it is delivered to us.
The question we might have is, what is the difference between an asynchronous stream and an async function. Well, async functions always return a single or scalar data, whereas an asynchronous stream returns a collection.
It’s a neat feature to use for asynchronous collections, which was not available before. In my opinion this complements Reactive Extension which is a push mechanism. Whereas an asynchronous stream is a pull mechanism.
The blog post for the video is available in http://bit.ly/34u0uEg
Please provide your feedback and suggestion to make this channel better and add more value to you and the community.
Auf dieser Seite können Sie das Online-Video Asynchronous Streams - C# 8 mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer DotNet Core Central 31 Oktober 2019 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,726 Mal angesehen und es wurde von 17 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!