.NET news » Web Services Web Services Rss Feed

Programming .NET Web Services
Authors: Alex Ferrara, Matthew MacDonald
Average rating: 4.5 / 10
(10 reviews)
More .NET Web Services books
download

Introduction to the Live Search API

Have you ever wanted to implement search capabilities on your own Web site but didn't want to implement the logic and deal with issues such as storage and indexing?The Live Search team now offers two different ways to utilize Search on your site: using the Live Search Box or using the Windows Live Search API.

13 Mar 2008, 19:00:00   Source: Introduction to the Live Search API   Tags: Web Services

Service Station: Web Service Software Factory Modeling Edition

Web Service Software Factory: Modeling Edition is a collection of resources for modeling and building Web services for Windows Communication Foundation and ASMX.
22 Jan 2008, 18:00:00   Source: Service Station: Web Service Software Factory Modeling...   Tags: Web Services

digg API.NET - C# Implementation of digg Web Services

A C# Library Interface For the Digg.com API
5 Oct 2007, 17:06:00   Source: digg API.NET - C# Implementation of digg Web Services   Tags: Web Services

Caching Data with a Web Service in Enterprise Library

The Caching Application Block's provider mechanism lets you create a custom provider that stores cached data anywhere you want. It was this that made me wonder if it was possible to cache data within or through a web service, which would allow the provider to cache its data almost anywhere—remotely or locally—without having to write specific code that is directly integrated within Enterprise Library.

The principle is simple enough. Instead of having the backing store provider within the Caching Application Block interact directly with the backing store (the usual approach, as implemented in the Isolated Storage provider and Database provider), the backing store provider simply packages up the data and sends it to a web service..

GPS Tracer Extension: storing the path on SQL2005 via Web Services

In this article we want to add a simple extension to the project seen in the CodeProject article "A GPS tracer application for Windows Mobile CE 5". We want to create a Web Service which can be invoked by the mobile application to store, on a remote SQL2005 Data Base, the path followed by different GPS devices. The easiest and fastest way to achieve this result is represented by the Web Service Software Factory (next WSSF for short). This strategy is, at the same time, the best way to build higher quality service using well known pattern and practices...

Extreme ASP.NET: Web Client Software Factory

The Web Service Software Factory is designed to provide guidance and enhanced tools for building Web services using ASMX or WCF.
18 Jun 2007, 19:00:00   Source: Extreme ASP.NET: Web Client Software Factory   Tags: ASP.NET Web Services

Assembly-based webservice and Javascript proxy using reflection

ASP.Net and Ajax Webservices, not from a .asmx file, but from a compiled assembly with a little bit of reflection
30 May 2007, 11:37:00   Source: Assembly-based webservice and Javascript proxy using...   Tags: Web Services

Using Soap Extensions to provide progress notification for Web Service calls

The purpose of this article is to show how to get progress notifications as data is sent and received from a web server during web service calls. This will be achieved by using a simple Soap Extension.
26 May 2007, 18:39:00   Source: Using Soap Extensions to provide progress notification...   Tags: Web Services

Dynamic Discovery and Invocation of Web services

How invocation of web services Without use add/Web reference
26 May 2007, 14:53:00   Source: Dynamic Discovery and Invocation of Web services   Tags: Web Services

Web Service Authentication

A simple mechanism to authenticate users to a WebService.
19 Apr 2007, 17:34:00   Source: Web Service Authentication   Tags: Web Services