Long Running Tasks Rx Wpf

A sample demo showing various methods of handling tasks in a wpf application.

  • Combobox with contents generated by typing text
  • Load List from async method in the model (simulated delay to show screen is still active)
  • Load list from sync method converted to async (again delay is simulated)
  • Thread number is displayed in console to emphasize the fact that the method are running on different threads

Code available @ Demo Tasks.