Async Programming Model - Reloaded- October 7, 2004 This topic is about the asynchronous programming model, and how it is used when doing Networking. Introduction to Asynchronous Programming The DotNetFramework supports an asynchronous programming model that is uniform across all classes & features in the framework. What is cool about this model is that there is a uniform way of doing asynchronous operations across all the classes in the Framework. The following links give an overview of Asynchronous programming in the...http://blogs.msdn.com/feroze_daud/archive/2004/10/07/239562.aspx |