70-526 Objectives List Part 5

On January 24, 2010, in .NET, 70-526, by Allen Ryan

Implementing asynchronous programming techniques to improve the user experience

  • Manage a background process by using the BackgroundWorker component. It may include but not limited to:
  1. Running a background process by using the BackgroundWorker component.
  2. Announcing the completion of a background process by using the BackgroundWorker component.
  3. Cancelling a background process by using the BackgroundWorker component.
  4. Reporting the progress of a background process by using the BackgroundWorker component.
  5. Requesting the status of a background process by using the BackgroundWorker component.
  • Implement an asynchronous method. It may include but not limited to:
  1. Implementing advanced asynchronous techniques.
  2. Creating an asynchronous method.
  3. Creating a new process thread.
Share