Related resources for BeginExecuteReader
  • Asynchronous Data Access using Callback Model12/13/2005 5:17:04 PM. The problem with the ADO.Net 1.x is that one thread has to wait for the other thread to complete. So to overcome this problem Microsoft has introduced Asynchronous data access, through which one can execute multiple threads at a time.