Q:

Why do we use Async and Await in C#?

0

Why do we use Async and Await in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Processes belonging to asynchronous programming run independently of the main or other processes. In C#, using Async and Await keywords for creating asynchronous methods.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Explain different states of a thread in C#?... >>
<< What is the “volatile” keyword used for?...