by Wenfeng Gao
Feedback
|
Average Rating:
Views (Total / Last 10 Days):
76840/
343
|
|
|
Conclusion and References |
We reviewed the various options provided by the Microsoft .NET Framework for making Web service calls. Whenever you are executing any sort of lengthy process where performance is an issue, it is always a good practice to look into an asynchronous execution model. We focused on asynchronous execution models from three kinds of Web service clients: Windows Forms clients, ASPX pages, and Web services. You are able to develop high-performance Web service applications by applying those models.
References
- At Your Service: Asynchronous Web Service Calls over HTTP with the .NET Framework
- At Your Service: Server-Side Asynchronous Web Methods
- At Your Service: Performance Considerations for Making Web Service Calls from ASPX Pages
- At Your Service: Adding a Progress Bar to Your Web Service Client Application
- Microsoft .NET Compact Framework Background Processing Techniques
- Wonders of Windows Forms: Safe, Simple Multithreading in Windows Forms, Part 1
- Wonders of Windows Forms: Safe, Simple Multithreading in Windows Forms, Part 2
- Wonders of Windows Forms: Safe, Simple Multithreading in Windows Forms, Part 3
- Multithreaded .NET Web Service Clients
- Windows Forms: Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads
- ASP.NET Pipeline: Use Threads and Build Asynchronous Handlers in Your Server-Side Web Code
- Essential ASP.NET with Examples in C#, Fritz Onion, Addison-Wesley, 2003
- Asynchronous Http Handlers
- The ASP Column: HTTP Modules
- HTTP Pipelines: Securely Implement Request Processing, Filtering, and Content Redirection with HTTP Pipelines in ASP.NET
- .NET Delegates: Making Asynchronous Method Calls in the .NET Environment
- .NET Framework SDK: Creating Asynchronous XML Web Service Methods
- .NET Framework SDK: Communicating with XML Web Services Asynchronously
- Chris Brumme: Asynchronous operations
- .NET Framework SDK: Asynchronous Programming Overview
|
|
|
User Comments
Title:
Code example
Name:
Sean Anderson
Date:
2009-05-26 8:02:17 AM
Comment:
Likewise, I would be very interested in seeing a working example of this, as I have read the article here (and the one on MSDN) both of which give a very good overview of the approach, but without a full example I am rapidly getting stuck.
|
Title:
Great articles but...
Name:
Pascal
Date:
2009-05-21 7:38:29 AM
Comment:
Same comments, great articles but would be nice to have a sample code, not that easy to try when you don't know where you going.
|
Title:
req sample code downloadable..
Name:
Karthik
Date:
2006-01-02 1:13:44 AM
Comment:
Hi, the article was a nice one. it would be more good if sample code(downloadable) for asynchronous webservices. can that be done?
Regards, Karthik
|
|
|
|