A Web service is defined by the W3C as "a software system designed to support interoperable Machine to Machine interaction over a network." Web services are frequently just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services.
Tutorials
Forums
Books
Code Samples
External Link
Revision number 2, Monday, February 11, 2008 3:27:37 PM by mbanavige
You must Login to comment.
New
Mon, Feb 4, 2008 8:00 AM
by
|
Communications Security
Traffic on the wire needs to be secured as well. Usually this means SSL, but sometimes it means IPSec or certificates. How To How To: Call a Web Service Using Client Certificates from ASP.NET How To: Call a Web Service Using SSL How To: Set Up SSL on a Web
|
Revision #5
Mon, Feb 4, 2008 8:00 AM
by
|
Data Binding
Nearly all the controls in ASP.NET have properties that can be databound to. Articles Jesse Liberty has a fine article on Data Binding in ASP.NET 2.0 over on O'Reilly from 2005. John Papa talks about Data-Bound Controls in his MSDN Article from 2005. Tutorials
|
Revision #4
Sat, Apr 12, 2008 9:41 AM
by
|
Performance
The blogosphereis a wealth of real-world tips and tricks for improving your ASP.NET application's performance. Checklist: ASP.NET Performance The 2004 Patterns and Practices Book "Improving .NET Application Performance and Scalability" has a
|