Slides and Code from “Using C#’s Async Effectively”

The slides and code from my talk on the new async language features in C# and VB.Net are now available on https://github.com/ReedCopsey/Effective-Async

This includes the complete slide deck, and all 4 projects, including:

  • FakeService: Simple WCF service to run locally and simulate network service calls.
  • AsyncService: Simple WCF service which wraps FakeService to demonstrate converting sync to async
  • SimpleWPFExample: Simplest example of converting a method call to async from a synchronous version
  • AsyncExamples: Windows Store application demonstrating main concepts, pitfalls, tips, and tricks from the slide deck

About Reed
Reed Copsey, Jr. - http://www.reedcopsey.com - http://twitter.com/ReedCopsey

Comments

3 Responses to “Slides and Code from “Using C#’s Async Effectively””
  1. Caspar Kleijne says:

    Great example. Thanks!

  2. Ramesh S says:

    complete slide deck – the link doesn’t work. Do you have a working link for Using C#’s Async Effectively?

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!