Skip to main content

Home/ .Net Developers/ Group items tagged asynchronously

Rss Feed Group items tagged

Tarik Guney

Calling Synchronous Methods Asynchronously - 0 views

  • If the asynchronous call has not completed, EndInvoke blocks the calling thread until it completes
  •  
    This article simply shows how to call Synchronous methods Asyncly.
Tarik Guney

JavaScript Kit- Ajax Reference (XMLHttpRequest object) - 0 views

  • Ajax is a popular term used to describe asynchronous (versus synchronous) requests made from the client to the server. In JavaScript, Ajax requests are handled using the XMLHttpRequest object, which lets you open a connection, send the request, then handle the data returned by the server seamlessly in the background.
  •  
    Complete XMLHttpRequest reference.
  •  
    Complete XMLHttpRequest reference.
1 - 2 of 2
Showing 20 items per page