Home / ASP.NET Wiki / Data Access / Web Services

Web Services

 Rate It (8)

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

Comments

use ful links

Nice links.

how to implement 3-tier architecture in web services

Related Articles

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

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

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

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. abiruban (1)