Hour 24. Transmitting DataSets Using Web Services

for RuBoard

Hour 24. Transmitting DataSet s Using Web Services

One of the most interesting and talked-about features of the Microsoft .NET Framework is the ability to quickly and easily create Web services. A Web service enables developers to access remote methods and data using open standard protocols for transport and packaging. Web services use port 80 (the standard HTTP port) and XML to send and package data respectively.

By utilizing Web services, you can transmit data from any given host on the Internet to any other given host because Web services use TCP/IP to transport data. This enables you to build truly distributed applications without having to worry much about making sure the two hosts can communicate successfully. Best of all, Web services are easy to create and consume . If you can build a Web form, you can build a Web service.

In this hour, you'll learn how to

  • Create a Web service that transmits a DataSet

  • Create a Web form that consumes the DataSet

for RuBoard


Sams Teach Yourself ADO. NET in 24 Hours
Sams Teach Yourself ADO.NET in 24 Hours
ISBN: 0672323834
EAN: 2147483647
Year: 2002
Pages: 237

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net