tuples

About this tag
The tuples tag on WindowsForum.com covers discussions related to the use of tuples in .NET development, particularly in the context of parallel and asynchronous programming. Topics include TPL Dataflow, which leverages tuples along with tasks and concurrent collections to support dataflow-based programming in .NET 4. The tag also appears in broader developer news threads covering Windows Phone 7 development, Azure toolkits, and HTML5 demos. While not a primary focus, tuples are mentioned as a feature enabling concurrent and parallel computing scenarios in the .NET Framework.
  1. News

    Windows 7 TWC9: New Mix Sessions announced, dissecting IE9 Performance, Azure Toolkit for WP7

    This week on Channel 9, Dan and Brian discuss the week's top developer news, including: [Link Removed] New Link Removed announced! [Link Removed] Eric Lawrence - A detailed walkthrough of Link Removed [Link Removed] Link Removed, via Greg Duncan [04:06] Lutz Roeder - Cool HTML 5 Demos - A...
  2. 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