EDN Admin
Well-known member
http://msdn.microsoft.com/en-us/devlabs/gg585582 TPL Dataflow (TDF) , System.Threading.Tasks.Dataflow , builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in http://msdn.microsoft.com/en-us/library/dd460717.aspx TPL in .NET 4 . TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those directly and easily supported by the original APIs. TPL Dataflow utilizes tasks, concurrent collections, tuples, and other features introduced in .NET 4 to bring support for parallel dataflow-based programming into the .NET Framework. It also directly integrates with new language support for tasks and asynchrony provided by both C# and Visual Basic, and with existing language support in .NET 4 for tasks provided by F#. Several of you probably wonder how TDF differs from http://msdn.microsoft.com/en-us/data/gg577609 Rx in terms of core capabilities and specific usage scenarios. Well, Stephen talks about this right http://channel9.msdn.com/Shows/Going+Deep/Stephen-Toub-Inside-TPL-Dataflow#time=08m10s here . As usual, Stephen goes deep and clearly articulates many technical details of TDF. Another great Toub session!
Please watch the http://channel9.msdn.com/posts/TPL-Dataflow-Tour great screencast Stephen posted to C9 a while back covering some simple examples of programming with TDF.
Tune in. Enjoy. Learn. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:425571a2d0724102ab2e9e7e00033276
View the full article
Please watch the http://channel9.msdn.com/posts/TPL-Dataflow-Tour great screencast Stephen posted to C9 a while back covering some simple examples of programming with TDF.
Tune in. Enjoy. Learn. <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:425571a2d0724102ab2e9e7e00033276
View the full article