mtusk / TplLunchAndLearn

Sample code for a presentation about Task Parallel Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Parallel Library Lunch & Learn

Applications that hang get no love from users. Asynchronous programming has been receiving more attention recently as responsiveness is now expected. Task Parallel Library (TPL) is a set of public types and APIs introduced in .NET 4, and expanded on in .NET 4.5 to help simplify writing asynchronous code. In this Lunch and Learn, we'll go over the basics of using TPL, how it differs from other asynchronous programming models, and what to watch out for when using TPL.


This is some demonstrative code created for a presentation at Magenic describing Task Parallel Library held on May 21, 2013.

You must run the web project before the WPF project: This solution contains two projects. The WPF project uses the REST endpoint provided by the ASP.NET MVC web project. You must run the web project to start the IIS Express server before running the WPF project.

Be sure to check out the Wiki for useful links and information.

About

Sample code for a presentation about Task Parallel Library


Languages

Language:JavaScript 93.2%Language:PowerShell 4.7%Language:C# 2.1%Language:ASP 0.0%