Callbacks Articles

Asynchronous Data Access using Callback Model

Ability to execute several tasks on different threads at the same time.Through Asynchronous call the main thread never blocked and anotherthread calls the method and gives the output to the main thread. The problem with the ADO.Net 1.x is that onethread has to wait for the other thread to complete. So to overcomethis problem Microsoft [...]

Read more