Why switch from the “traditional” BackgroundWorker to a Task? The old way works OK,. but the new way generates “tidier” code which keeps stuff together (and needs less code)
Why switch from the “traditional” BackgroundWorker to a Task? The old way works OK,. but the new way generates “tidier” code which keeps stuff together (and needs less code)