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.
Web services allow businesses to communicate data without requiring any knowledge of each other’s IT systems behind the firewall
Tutorials
Forums
Books
Code Samples
External Link
Revision number 4, Monday, September 26, 2011 1:55:38 PM by cheil
You must Login to comment.
|
Mon, Jun 16, 2008 9:07 PM
by srihari2net
|
use ful links
|
|
Tue, Aug 11, 2009 4:09 AM
by singhcharandeep
|
Nice links.
|
|
Fri, Aug 27, 2010 11:13 AM
by sureshkallem
|
how to implement 3-tier architecture in web services
|
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 #2
Tue, Oct 14, 2008 7:13 PM
by
|
Dynamic Data
ASP.NET Dynamic Data is a web application scaffolding framework that shipped with Service Pack 1 of .NET 3.5. Using either LINQ to SqL or LINQ to entities, it exposes tables in a database by encoding it in the URI of the ASP.NET web service. The data table
|