Tag: Development

Community

Task Cancellation

The fourteenth part of the Parallel Programming in .NET tutorial examines how parallel tasks are cancelled. This includes stopping single tasks, co-ordinating the cancellation of multiple tasks and dealing with tasks that are cancelled before they start.

Community

WPF DropDownButton Control

(Mahesh Chand) If you have written any Windows Forms or WPF applications, I am sure you are familiar with a Button, ComboBox and DropDown controls. How about a Button acts as a DropDown control when you click on t? That is what the WPF team has added in the WPF Toolkit, a new control called DropDown