I’ll Get Back to You: Task, Await, and Asynchronous Methods in C# - Jeremy ClarkWatch it on Vimeo: I'll Get Back to You.
There's a lot of confusion about async/await, Task/TPL, and asynchronous and parallel programming in general. So let's start with the basics and look at how we can consume asynchronous methods using Task and then see how the "await" operator can makes things easier for us. Along the way, we’ll look at continuations, cancellation, and exception handling.
Or watch it here:
Slides and code samples are available here: Session Materials: I'll Get Back to You.
This has become one of my more popular topics this year. And I've had a great response. Here are some of the comments from the Twitterverse from NDC London:
@jeremybytes thanked you in person at #ndslondon but again THANK YOU!Finally cleared up TPL async & await for me!Now to replay for my team!— Gray King (@gray_king) February 1, 2016
I've finally cleared up my async understanding thanks to @jeremybytes #ndclondon— Andy Clarke (@theMagicWeasel) January 15, 2016
Task.exception.Flatten().InnerExceptions - where have you been all my (developer) life??? Thanks @jeremybytes #ndclondon— João Lebre (@jplebre) January 15, 2016
@jeremybytes #ndclondon Great talk on async, await and tasks in C#. Good job!— Tim Norris (@NozzaTwit) January 15, 2016
"Completed does not mean what you think it means" yeah, thanks Microsoft #ndclondon @jeremybytes pic.twitter.com/2qNNBojHg1— João Lebre (@jplebre) January 15, 2016
— ~/developers/chris (@ChrisAnnODell) January 15, 2016
— Jake Greenwood (@jakegreenwood) January 15, 2016
@jeremybytes was awesome in #ndclondon— Jenya Y. (@jenyaye) January 15, 2016
— Nick Foster (@goldenhornet) January 15, 2016
— Anthony Chu (@nthonyChu) January 15, 2016The total count on the evaluation cards: 157 Green, 7 Yellow, and 0 Red.
Look for Your Chance
If you'd like to see this presentation LIVE, be sure to check out my speaking schedule. You can see my upcoming confirmed events on my homepage: www.jeremybytes.com. I have several proposals out there, so be sure to check back for updates as events are confirmed.
If you're in California, I'll be at user groups in Los Angeles, Berkeley, and Fresno over the next 6 weeks. And I'll also be presenting this topic at KCDC in June.
And, of course, I have lots of other topics that I love to talk about. I hope to see you at an event soon!
Happy Coding!
No comments:
Post a Comment