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
How can we Validate a Controls in ASP.NET page using JavaScript?
Why do we use web config?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is http post and http get?
What is the difference between debug and release?
Explain difference between dataset and datareader?
Do gac'ed assemblies have fulltrust?
Write code to send e-mail from an asp.net application?
What are the 3 levels at which content pages can be attached to Master Page?
Which dll handles the request of .aspx page?
Why do we need master page in asp.net?
What is view state and how it works in asp net?
What is the difference between session and viewstate?
What is meant by server side scripting?
Where is the session stored?