Click here to Skip to main content
15,888,302 members
Articles / Desktop Programming / WPF

Using the Task Parallel Library (TPL) in WPF

Rate me:
Please Sign up or sign in to vote.
4.75/5 (15 votes)
2 Dec 2013CPOL5 min read 54.1K   1.9K   30  
Keeping a WPF application responsive involves using background processes to handle long running tasks, and the TPL makes this programming task easier than ever. It also provides a way to cancel the task asynchronously and to update the UI (for example, with a progress bar) from the background proces

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) GCS
United States United States
Gary Owsiany is a programmer for the Global Client Solutions. He specializes in Object-oriented programming and design in C#. He originally cut his programming teeth on C/C++ and then Smalltalk, and finally received an MCAD in C#. He also enjoys exploring programming technologies like object-oriented databases (db4o), Windows Workflow Foundation, and Parallel programming.

Comments and Discussions