Duration: 18 minutes
Summary: In this video, we will continue our discussion of Rx concepts. We will specifically discuss Dispose and Window. In some situations, we might need to dispose of a certain unmanaged resources. To do so, we can call the Dispose() method. To get a handle of the Dispose() method, we can store the result of calling ToObservalbe() in a variable. We will do so in this example.
Window() is similar to Buffer(), but instead of returning an IObservable of IList, it returns an IObservable of IObservables. We will look at an example and see how that is done.
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: Enumerable, Scheduler, Dispose, Thread, Sleep, Window, ToObservable, Subscribe, Visual Studio 2010.