Hi, I want to implement Async communication in .Net i.e. I need to make a WebService call on Internet which will download a big file. Can somebody suggest me the better option of the following two methods.
1.Having a new thread for making the Web Service call (multi threading). 2.Using the Async support provided by .Net (i.e. the begin method and the end method) The client is a windows app. Mentioning of advantages and disadvantages of both these options or providing pointers for the same will be highly appreciated. Thanks PrashanthG You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.