December 2019
Intermediate to advanced
346 pages
9h 8m
English
When we use the async keyword to make any method asynchronous, the compiler carries out the required optimization to execute the method asynchronously, using the TAP internally. An async method must return either System.Threading.Task or System.Threading.Task<T>. The compiler takes care of executing the method asynchronously and returns results or exceptions back to the caller.
Read now
Unlock full access