Wednesday 20 May 2015

Online Course: Introduction to The .NET BackgroundWorker Component

Just completes this course. Not much learned that i did not know about background worker before starting the course, actually I find remarkable resemlance to the ways i used background worker when Jeremy is describing his way of using background worker in in MVVM, and it seems that the TPL way described in the course is not very safe for parallel processing (anyway that is not his focus which is more of async call of long process from ui views). However, I do like that his comparison in the implementation of TPL for async call similar to background worker. Also the course gives me some new thought on using background worker event properties such as .Result, .Error and .Cancelled.

Link: http://www.pluralsight.com/courses/dotnet-backgroundworker-component-introduction

No comments:

Post a Comment