Skip to content

.NET 6 code and slides for "I'll Get Back to You: Task, Await, and Asynchronous Methods in C#"

License

Notifications You must be signed in to change notification settings

jeremybytes/using-task-dotnet6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'll Get Back to You: Task, Await, and Asynchronous Methods in C#

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.

Code samples (.NET 6) and slides are included in this repository.

Articles and additional resources: http://www.jeremybytes.com/Demos.aspx#TaskAndAwait

Recorded Presentations

Additional Materials

Articles

Video Series

Progress Reporting

Related Topics

Experts

Parallel Programming wtih Task

About

.NET 6 code and slides for "I'll Get Back to You: Task, Await, and Asynchronous Methods in C#"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages