task-based

About this tag
The task-based tag on WindowsForum.com covers discussions about the Task Parallel Library (TPL) and TPL Dataflow in .NET. These technologies build on the foundational layer for asynchronous and concurrent programming using tasks, providing primitives for parallel dataflow-based programming. Topics include using tasks, concurrent collections, and tuples to address scenarios beyond basic TPL APIs. This tag is relevant for developers working with .NET 4 and later, focusing on task-based asynchronous patterns and dataflow programming.
  1. News

    Windows 7 Stephen Toub: Inside TPL Dataflow

    TPL Dataflow (TDF), System.Threading.Tasks.Dataflow, builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in TPL in .NET 4. TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those...
Back
Top