The Wayback Machine - https://web.archive.org/web/20111101212221/http://www.codeguru.com:80/vb/vb_internet/webservices/

    Web Services

    A Simple Approach to Using Microsoft Azure Table Storage

    Discover this simple way to start using Microsoft Azure tables for data storage.

    Microsoft News: Microsoft's CEO Pitches CEOs on Cloud Computing

    At Microsoft's CEO Summit 2010, CEO Steve Ballmer tells many of the world's most influential business leaders that the future lies in "the cloud."

    Debugging in the Cloud - Using Microsoft Azure Diagnostics

    Windows Azure Diagnostics is geared to help you with the challenges of gathering and analyzing the diagnostic data you need from the variety of machines in a distributed system. Read on to learn more.

    Microsoft Azure Goes for the Gold

    February 1 was the date the company had named to begin charging for Azure services.

    Using a Web Application to Obtain Client-Specific Information

    Obtain client-specific information from your Web application using ActiveX, which only works with Internet Explorer and browsers that have ActiveX extensions.

    Records Management for Microsoft Office SharePoint Server

    The Records Center is an important MOSS (Microsoft Office SharePoint Server) component for companies that need to save critical or legally sensitive information. Discover how to create a Records Center then secure its contents with the MOSS Object Model and one of its default WebServices.

    Talking Web Clients with JavaScript and the Speech API

    See how to make your web clients read or play content to its users. You will experiment with JavaScript from the command line, learn a JavaScript debugging technique that might be useful, and see how to load the Speech API and ask it to read the ALT (text) attribute of HTML controls.

    Web Service Method to Back Up a Database from a Mobile Device

    Learn about a web service method to back up a database from a mobile device using the SQL Backup command and asynchronous method calls.

    [Updated] Web Services Using JavaScript and .NET

    Learn how easy it is to consume Web services from your client-side applications!

    Introduction to the Google Maps API

    Discover how easy it is to begin developing sites incorporating maps from the Google Maps API.

    RSS, So Simple with Visual Basic 2005

    Displaying RSS feeds or channels is very easy using Visual Basic 2005. In no time, you can build a simple RSS viewer that takes a user-entered RSS feed URL and retrieves the title, description, and link for that channel.

    Combine Polymorphism and Web Services

    Have you wondered how to apply polymorphism across Web services? Wonder no more. Paul Kimmel reviews polymorphism, demonstrates XML Web services, and most importantly, shows you how to combine polymorphism and Web services.

    Remoting or Web Services, How Do I Decide?

    Choosing between XML Web services and .NET remoting isn't a hard decision. Just use XML Web services almost all of the time, says Paul Kimmel.

    .NET Remoting and Event Handling in VB .NET

    Using .NET Remoting, learn how to configure a remote server, define remotable objects, and define custom event arguments and delegates. Do all of this while creating a simple chat application!

    Objectifying an XML Node with an IConfigSectionHandler

    Implement a section handler that coverts an XML node from a bunch of spurious individual values into a strongly typed object.

    Distributed Application in .NET—Which Way to Go?

    Explore the distributed architecture in .NET and the general concept behind this architecture.

    Part II: How Did Google Become a Verb?

    A further exploration into a reusable class, a couple of UserControls, and a Web page that can be used on any Web site.

    Querying the Amazon.com Web Service

    Amazon.com has made its mass database of information available to developers through Web services. Learn how to access and harness this powerful tool.

    Using Web Service Code to Track FEDEX Packages

    Track Federal Express packages using this Web Service written in Visual Basic .NET.

    Using Web Services with VB.NET

    Create an application in Visual Basic .NET to create a customized search and a spelling checker that uses the Google Web APIs Service. Learn to add a Web Service to a VB .NET application.

    Getting The Words For A Given Number

    Convert a given number into its equivalent in words by using this Web service. For example, you can convert $43.25 to words such as Forty-three dollars and twenty-five cents. This can be used in accounting packages, invoices, and more.