Category: .Net

Asynchronous Callbacks with AJAX

Asynchronous Callbacks with AJAX

A blog post I came across should be of interest to anyone working with AJAX: I’ve explained before why XmlHttpRequest should always be used asynchronously. In a nutshell, JavaScript is not multi-threaded, so the only way to keep your application...

Workshop : CDOSYS + .Net

Workshop : CDOSYS + .Net

As anyone who has used the .Net System.Web.Mail namespace can attest, the default .Net mail classes are woefully lacking in functionality.  It’s really a shame too, considering that they’re based off of the very powerful CDONTS/CDOSYS libraries, which allow a...