Multiple Choice
The mechanisms for determining whether to return control to the async method's caller or continue executing the async method,and for continuing the async method's execution when the asynchronous task completes are handled by ________.
A) a .NET library routine
B) a user-defined method
C) a custom interface
D) code that's written for you by the compiler
Correct Answer:

Verified
Correct Answer:
Verified
Q2: In effect,an async method allows you to
Q3: You cannot bind a LINQ query's result
Q4: Task static method _ enables you to
Q5: When an async method encounters an await
Q6: Enumerable static method _ creates a list
Q8: Today's _ computers,smartphones and tablets enable computers
Q9: Task property _ returns the value returned
Q10: The async _ and await _ greatly
Q11: An app that performs synchronous tasks on
Q12: Because _,asynchronous Tasks are frequently used in