Multiple Choice
Because ________,asynchronous Tasks are frequently used in GUI apps that invoke web services (or perform network communication in general) to ensure that the apps remain responsive.
A) there can be unpredictably long delays while awaiting a web-service response
B) synchronous tasks don't work well in GUI apps
C) web services are not designed to work with synchronous Tasks
D) memory is limited in GUI-based web services
Correct Answer:

Verified
Correct Answer:
Verified
Q7: The mechanisms for determining whether to return
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
Q13: Visual C# apps can have multiple threads
Q14: Handling short computations in the GUI thread
Q15: WebClient's _ method terminates its executing asynchronous
Q16: The async modifier indicates that a method
Q17: Class Task is part ofNET's Task Parallel