0
kicks
Using Reactive Extensions as a BackgroundWorker
In this post i will show how to use the Rx (Reactive Extension) for .NET as a BackgroundWorker. This example will be a simple file enumerator in WPF. The file enumeration will run in a different thread making the application fully usable while the process runs. I will show in a step-by-step showing inclusive the commons errors when using Reactive.