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 happens if you inherit multiple interfaces and they have conflicting method names?
What is razor view in c#?
What is token in c#?
What is difference between an reference type and value type in C#?
why delegate is type safe?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
Why do we overload constructors?
What is get set in c#?
How can we make a thread sleep for infinite period ?
Is there throws keyword in c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Differentiate between dataset and datareader?
What is hierarchical inheritance in c#?
What are the types of operator?
How many types of constructor are there in c#?