Duration: 21 minutes
Summary: In this video we continue our course on Reactive Extensions. In the previous video, we looked at what is needed to install and start experimenting with Reactive Extensions. We also looked at a small example. Here, we will build on that knowledge and see a different version of the Subscribe method that will call a method once done with the sequence. Then we will see how we can run the observable query on a new thread using the Scheduler class.
Methodology of the development of example: Good coding standard and simplified design to illustrate the key points.
Technology Used: Reactive Extensions and Visual Studio 2010
Keyword: Reactive Extensions, Visual Studio 2010, Subscribe, Enumerable, ToObservable, Thread, CurrentThread, ManagedThreadId, Scheduler.