Implementing Asynchronous Programming Techniques to Improve the User Experience (15%)

  1. Manage a background process by using the BackgroundWorker component
    • Run a background process
    • Announce completion of a background process
    • Cancel a background process
    • Report on the progress of a background component
    • Request status of a background component
  2. Change the appearance of a UI element by using triggers
  3. Implement an asynchronous method
    • Create an asynchronous method
    • Create a new process thread
    • Implement advanced asynchronous techniques
Share
Tagged with: