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
You must Login to comment.
|
Mon, Jun 16, 2008 9:07 PM
by srihari2net
|
use ful links
|
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 #3
Fri, Jun 6, 2008 4:41 AM
by
|
Windows Communication Foundation
Windows Communication FoundationWindows Communication Foundation (WCF) is an SDK for developing and deploying services on Windows. WCF provides a runtime environment for your services, enabling you to expose CLR types as services, and to consume other services
|
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
|