What are asynchronous callbacks ?
Answer Posted / neeta
* Asynchronous callbacks means that a call is made from a Main Program to a .net class's method and the program continues execution.
* when the callback is made (Means the method has finished it work and returns value) ,the Main Program handles it.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How can we implement a identity (sql server) call in an asp.net page?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Is redux flux?
Describe Segmentation With Paging?
What is AutoEventWireup attribute for ?
What are the major built-in objects in ASP.NET?
what is AutoEventWireUp and what is the use of This property explain in details?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Can you explain one critical mapping? Performance issue which one is better?
What is difference Between Authentication and authorization?
What are the advantages of using Master Pages?
What is custom events? How to create it?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
What is the difference between client-side and server-side validations in ASP.NET?