What are asynchronous callbacks ?
Answer Posted / zafar mohammed ameem
Callbacks are usually the methods which should be invoked
after execution of some method.
Asynchronous Call back is a way of invoking a method
Asynchronously (on a different thread). But before
invocation of method we provide a callback delegate which
refers to the method which should be called after execution
of async method. This method is called call back method.
AsyncCall backs are useful when user intends to execute any
method asynchronously and notify some thing after method is
finshed, without modifying the signature of the method
being called.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What is asp.net introduction?
Explain how do you deploy your asp.net application?
What is meant by ispostback in asp net?
Define session in asp.net.
Explain the concept of MVC Scaffolding?
What is Bundling and Minification in MVC?
What is repository pattern in mvc.net? : asp.net mvc
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What are the main differences between asp and asp.net?
What is the difference between custom controls and user controls?
What is difference between mvc and asp.net? : Asp.Net MVC
Explain the use of duration attribute of @outputcache page directive.
How can we create pie chart in asp.net?
How long should a session id be?