PLURALSIGHT INTRODUCTION TO THE DOT NET BACKGROUNDWORKER COMPONENT 視頻教學 英文教學版
碟片編號:TIC2586
碟片數量:1片
銷售價格:200
瀏覽次數:37863
軟體簡介:
Keep your UI responsive. If we're not careful, a long-running process will
cause our application to "lock up". The BackgroundWorker component gives us
an easy-to-use solution by moving that long-running process off of our UI
thread. We'll see how the BackgroundWorker component can keep our WinForms,
WPF, or Silverlight UI responsive and also explore features such as progress
reporting, cancellation, and error handling. After that, we'll see how easily
the BackgroundWorker component fits in with an application using the
Model-View-ViewModel (MVVM) pattern. And finally, we'll compare the
BackgroundWorker component to the Task Parallel Library to make sure we're
using the right tool for the job.