Friday, February 13, 2009

Asynchronous Coding in .Net

This article is really interesting.
Im thinking of implementing some of the techniques when calling a web page so that generates my documents. Due do the lag time that happens while loading. this method decribes a way to do a separate thread without the typical thread managment api; and with using the existing .net framework.

http://tomasp.net/blog/csharp-async.aspx