technical session

About this tag
This tag covers technical sessions focused on Microsoft developer technologies, particularly .NET parallel programming and asynchronous patterns. The featured content includes an in-depth look at TPL Dataflow, a library that extends the Task Parallel Library in .NET 4 to support dataflow-based programming. Discussions center on using tasks, concurrent collections, and tuples to build concurrent and asynchronous applications. The tag is relevant for developers attending or referencing technical sessions that explore advanced .NET features, parallel computing, and modern programming models within the Microsoft ecosystem.
  1. News

    Register now for Microsoft Edge Web Summit 2017

    Registration is now open for Microsoft Edge Web Summit 2017. Join the Microsoft Edge team in Seattle on September 13th for a jam-packed day of energetic technical sessions looking at what’s new, and what’s next, for the web on Windows. Space is limited and reservations are on a first-come...
  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