Explain async and await?



Explain async and await?..

Answer / hr@tgksolutions.com

async/await is a cleaner way to handle asynchronous code compared to Promises.
• await pauses execution until the Promise resolves.
• async ensures the function returns a Promise.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How can I develop an application that automatically updates itself from the web?

0 Answers  


What are modifiers in c#?

0 Answers  


Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.

1 Answers  


How do I declare a pure virtual function in c#?

0 Answers  


What is strongly typed in c#?

0 Answers  


What is difference between ienumerable and list?

0 Answers  


Explain About a class access specifiers and method access specifiers.

0 Answers  


How to store image file in Sql server database?

4 Answers   Unique Software Systems,


What is the difference between dynamic type variables and object type variables in c#?

0 Answers  


How does bitwise xor work?

0 Answers  


What is the purpose of escape sequence?

0 Answers  


Is string reference type / value type ?

7 Answers   3i Infotech, Accenture, BirlaSoft,


Categories