Skip to content

gerardo-lijs/Asynchronous-Programming-Samples

Repository files navigation

Asynchronous programming in .NET samples

Notes

  • In WPF desktop sample I didn't use MVVM to have a minimalistic example
  • In Progress, Cancellation and Parallel samples source code I used ReactiveUI as MVVM framework, MahApps and OpenCVSharp for simulating a CPU-bound expensive operation. If you are interested in this projects it's worth checkin it out since they are a minimalistic example and easy to see how they work.