The Task Asynchronous Programming Model (TAP) with Bill Wagner


Details
Presentation by Bill Wagner, author of Effective C#
Find out more about Bill:
http://www.thebillwagner.com
https://twitter.com/billwagner
Supporting asynchronous programming means more than sprinkling the async and await keywords throughout your code. Understanding and adhering to the Task Asynchronous Programming (TAP) Model makes it easier to compose asynchronous operations, and to achieve the greatest benefit from the async features added to C# 5.
In this session, you'll learn the rules for the TAP model. You'll see the benefits of adhering to the TAP model, how to compose TAP based methods, and how to ensure that the async methods you write adhere to the TAP model. You, and other developers that use your code will benefit from following the TAP model.
----------- Parking --------------
I'm adding a map of some of the options to park below. There is always plenty of metered parking on weekdays. The green is metered parking & the blue is free parking. The free parking will fill up fast. I would recommend you take the blue line since it is less than an 1/8th of a mile walk from the DevMynd office.
------------ Bicycles -------------
If you choose to ride your bicycle please park it in the back of the parking lot.
------------ Our door -------------
Is on the North side of the building and is black. If you are at a yellow door or in a parking lot you are at the wrong door for entry.
http://photos4.meetupstatic.com/photos/event/d/1/8/a/600_292373642.jpeg
![Photo of Chicago .NET User Group [ CNUG 2.0 ] group](https://secure-content.meetupstatic.com/images/classic-events/21802392/56x56.jpg?w=56?w=128)
Canceled
The Task Asynchronous Programming Model (TAP) with Bill Wagner