.NET news » Web Services Web Services Rss Feed

Moving to ASP.NET: Web Development with VB .NET
Author: Steve Harris
Average rating:  / 0
(0 reviews)
More .NET Web Services books
download

Generate a client-side proxy for a webservice using HTTP Handlers

How to create a client-side webservice proxy using HTTP Handlers

Sending files in chunks with MTOM Web Services and .NET 2.0

How to send large files across Web Services in small chunks using MTOM (WSE 3).

What's That Tune? - Mashing up Three Web Services

What's That Tune? is a light-hearted mashup of three web services in C#. This proof-of-concept records audio from a microphone, saves it to Amazon S3, creates a task for workers to name the tune using Amazon Mechanical Turk, then polls Amazon ECS for related albums.
5 Feb 2007, 13:26:00   Source: What's That Tune? - Mashing up Three Web Services   Tags: Web Services

Serving SQL XML through a WebService (SQL2005)

How to server XML from SQL2005 through a WebService
4 Feb 2007, 04:04:00   Source: Serving SQL XML through a WebService (SQL2005)   Tags: Web Services Database XML

Exploring Windows Communication Foundation - Part 1

Starting with this article, we shall explore various aspects of WCF
21 Jan 2007, 05:54:00   Source: Exploring Windows Communication Foundation - Part 1   Tags: Web Services

Build a Queued WCF Response Service

Windows Communication Foundation (WCF) enables disconnected work between clients and services. The client posts messages to a queue and the service processes them later. Such interaction permits a different programming model from the default request/response pattern, enabling possibilities such as load leveling, improved availability, and compensating work, to name just a few. This column starts with a brief introduction to Windows Communication Foundation queued calls and then presents an interesting problem-how to get results out of a queued call-and the solution via some cool Windows Communication Foundation programming techniques and a few helper classes.
20 Dec 2006, 18:00:00   Source: Build a Queued WCF Response Service   Tags: Web Services

The Service Factory for WCF

This month Aaron Skonnard continues his exploration of software factories with a look at the Web Service Software Factory for Windows Communication Foundation.
20 Dec 2006, 18:00:00   Source: The Service Factory for WCF   Tags: Web Services

Hyperscale Messaging in .NET with Amazon's Simple Queuing Service (SQS)

Amazon SQS makes queuing messages across organizations over HTTP a snap with its Web service interface and Amazon-backed infrastructure. This article walks you through the process to get started using Amazon SQS to create and control queues and messages.

Service Station: Web Service Software Factory

Web Service Software Factory is designed to help you build Web service solutions that follow known architecture and design patterns, as Aaron Skonnard explains here.
14 Nov 2006, 19:00:00   Source: Service Station: Web Service Software Factory   Tags: Web Services

7 Easy Steps to Building Your Idea Around Amazon Web Services

This article is a simple, step-by-step guide for those who have ideas and want to quickly implement them. We'll use code to demonstrate how easy it is to build an application on Amazon S3. We'll also highlight questions that you may ask before releasing an application.