Explain async and await?
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 |
what is boxing and unboxing?can we initialize unboxing directly?
How do you comment in c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is difference between c sharp and c#?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What is asenumerable in c#?
How big is an int in c#?
Does a class need a constructor c#?
List down the differences between “dispose” and “finalize” methods in c#.
List the difference between interface and abstract class?
What does return do in for loop?
What do you mean by thread safe in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)