Answer Posted / 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 View All Answers
What is virtual in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is generic delegates in c#?
Why References are stored on heap and variables on stack?
What is type keyword in c#?
Explain anonymous type in c#?
What is namespace give the example?
What is null in database?
What is the difference between Object and class adapters?
What is the main purpose of linq?
Can abstract class have parameterized constructor?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What are the benefits of using generics?
What is multithreading with .net?
Does c# replace c++?