You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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...
asp.net
azure tools
codeplex
dan and brian
demo
developers
duncan
html5
internet explorer
javascript
leaderboards
mobile development
performance
picks of the week
sample project
sxsw
tech news
tuples
walkthrough
windows phone
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...