| Tutorial Title | Tutorial Description | |
| Calling a WebMethod asynchronously | In this tutorial, you will learn how to call a WebMethod from a Web Service asynchronously. You will setup a Callback method that will be called when the WebMethod returns a value. | Select |
| WebMethod with TransactionOption | In this tutorial, you will learn how to treat a web method as a transaction. You will simulate an exception being thrown from the web method causing the database-related activity to be rollback. | Select |
| Creating a Web Service | In this tutorial you will learn the steps to create a web service using Visual Studio .NET. | Select |
| Consuming a Web Service | In this tutorial, you will learn how easy it is to consume a web service when you take advantage of the automated features provided by VS.NET. Although you will consume a local web service the same technique can be applied to consume an external one. | Select |