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
Great example. Thanks!
complete slide deck – the link doesn’t work. Do you have a working link for Using C#’s Async Effectively?
Ramesh,
You can download from GitHub: https://github.com/ReedCopsey/Effective-Async