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

What are functions in c#?

0 Answers  


Which is the best institute in hyderabad to learn Sharepoint Portal?

68 Answers   IBM,


What is the difference between readonly and constant in c#

2 Answers   Fulcrum Logic,


What are the generation of Garbage Collection in C# .NET ?

0 Answers   MCN Solutions,


hi In my database i put id column as identity(the database is incremented by it self only)what i want is if i enter a data in my website, id will come automatically can u pl z tell me the code thax in advance

1 Answers  






Is string nullable in c#?

0 Answers  


What is the difference between an implicit conversion and an explicit conversion?

0 Answers  


Can abstract class have private constructor c#?

0 Answers  


What is difference between web and window application?

0 Answers  


Why can’t struct be used instead of class for storing entity?

0 Answers  


Difference between C++ and C#.net

19 Answers   Google, TCS, Wipro,


Is there an equivalent to the instanceof operator in visual j++?

0 Answers  


Categories