The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Dataflow Networks in .NET 4.5

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Franco Martinig

Posts: 5631
Nickname: martinig
Registered: Apr, 2003

Scrum Expert
Dataflow Networks in .NET 4.5 Posted: Dec 12, 2012 3:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Franco Martinig.
Original Post: Dataflow Networks in .NET 4.5
Feed Title: .NET Videos & Tutorial Directory
Feed URL: http://www.dotnet-tv.com/feed/
Feed Description: .NET Tutorials and Videos: C#, ASP, SQL Server, Linq, Visual Basic, Silverlight, Azure, Visual Studio
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Franco Martinig
Latest Posts From .NET Videos & Tutorial Directory

Advertisement
Thread Parallel Library Dataflow is a new addition to the .NET parallel stack. It is based on agents and message passing blocks. Agent is based on the Actor Model and is one of the building blocks of a Concurrent Dataflow Network. The idea behind the TPL Dataflow library is that you build a network from agents and message blocks. Messages are sent concurrently from, agent and message-blocks, to other agents, utilizing the network you’ve built to solve a specific problem. Video Producer: http://www.ndcoslo.com/

Read: Dataflow Networks in .NET 4.5

Topic: Build Real-Time Web Applications with ASP.NET SignalR Previous Topic   Next Topic Topic: Server Side Programming with ASP.NET and Visual Basic

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use