Home - Advertise - About KYNOU -  - Tutorial Index - Newest Tutorials - Chat Room - Advanced Search
Skip Navigation Links.
Tutorial TitleTutorial Description 
Calling a WebMethod asynchronouslyIn 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 TransactionOptionIn 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 ServiceIn this tutorial you will learn the steps to create a web service using Visual Studio .NET.Select
Consuming a Web ServiceIn 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