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
Explain the differences between managed and unmanaged code?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
In which situation can you not use a viewstate?
What are the Types of authentications in IIS
What are the different types of Caching techniques in ASP.NET?
What are merge modules?
What does mean by a neutral culture?
What is the difference between globalization and localization?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What are the steps involved to fill a dataset?
What are the components of ado.net?
witch is the best insistute in sharpoint course.what abt future of share point course.
Is asp.net is a programming language?
Explain parts of assembly?