What are asynchronous callbacks ?
Answer Posted / saami solutions
when a synchronous call is made, the calling thread is
blocked until the method completes whereas an asynchronous
call is made on a different thread, and this allows the
original thread to continue its work while the asynchronous
call is in progress.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How to handle errors in Web API?
How can you use a custom controls in ASP.NET application?
What do you understand from custom control?
Explain the boxing and unboxing concept in .net?
What is _dopostback in asp net?
Explain asp.net application life cycle?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is the difference between localization and globalization?
What are Caching techniques in .NET
How can we create Tree control in asp.net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Define application state variable and session state variable?
What is applicatio domain?
Give an example of cookie abuse.
Is asp.net 64-bit enabled? How?