Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources]

Jason Beres

نسخه متنی -صفحه : 270/ 153
نمايش فراداده

Quiz

1:

What must a class inherit for it to be considered a Web service?

A1:

The class must inherit System.Web.Services.WebService.

2:

To make a method available to the outside world, I must add the _______________ attribute to my methods.

A2:

Webmethod

3:

An XML Web service can be consumed as a ___________ or an ______ file natively by a .NET application.

A3:

DataSet, XML